Uses of Class
org.apache.sysds.hops.codegen.SpoofCompiler.GeneratorAPI
-
Packages that use SpoofCompiler.GeneratorAPI Package Description org.apache.sysds.hops.codegen org.apache.sysds.hops.codegen.cplan org.apache.sysds.lops -
-
Uses of SpoofCompiler.GeneratorAPI in org.apache.sysds.hops.codegen
Fields in org.apache.sysds.hops.codegen declared as SpoofCompiler.GeneratorAPI Modifier and Type Field Description static SpoofCompiler.GeneratorAPI
SpoofCompiler. API
Fields in org.apache.sysds.hops.codegen with type parameters of type SpoofCompiler.GeneratorAPI Modifier and Type Field Description static HashMap<SpoofCompiler.GeneratorAPI,Long>
SpoofCompiler. native_contexts
Methods in org.apache.sysds.hops.codegen that return SpoofCompiler.GeneratorAPI Modifier and Type Method Description static SpoofCompiler.GeneratorAPI
SpoofCompiler.GeneratorAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpoofCompiler.GeneratorAPI[]
SpoofCompiler.GeneratorAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.hops.codegen with parameters of type SpoofCompiler.GeneratorAPI Modifier and Type Method Description static void
SpoofCompiler. loadNativeCodeGenerator(SpoofCompiler.GeneratorAPI generator)
Constructors in org.apache.sysds.hops.codegen with parameters of type SpoofCompiler.GeneratorAPI Constructor Description SpoofFusedOp(String name, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, boolean dist, SpoofFusedOp.SpoofOutputDimsType type)
-
Uses of SpoofCompiler.GeneratorAPI in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofCompiler.GeneratorAPI Modifier and Type Method Description SpoofCompiler.GeneratorAPI
CNodeTpl. getGeneratorAPI()
-
Uses of SpoofCompiler.GeneratorAPI in org.apache.sysds.lops
Constructors in org.apache.sysds.lops with parameters of type SpoofCompiler.GeneratorAPI Constructor Description SpoofFused(ArrayList<Lop> inputs, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, int k, Types.ExecType etype)
-