Uses of Enum Class
org.apache.sysds.hops.codegen.SpoofCompiler.GeneratorAPI
Packages that use SpoofCompiler.GeneratorAPI
Package
Description
-
Uses of SpoofCompiler.GeneratorAPI in org.apache.sysds.hops.codegen
Fields in org.apache.sysds.hops.codegen declared as SpoofCompiler.GeneratorAPIFields in org.apache.sysds.hops.codegen with type parameters of type SpoofCompiler.GeneratorAPIModifier and TypeFieldDescriptionstatic HashMap<SpoofCompiler.GeneratorAPI,Long> SpoofCompiler.native_contextsMethods in org.apache.sysds.hops.codegen that return SpoofCompiler.GeneratorAPIModifier and TypeMethodDescriptionstatic SpoofCompiler.GeneratorAPIReturns the enum constant of this class with the specified name.static SpoofCompiler.GeneratorAPI[]SpoofCompiler.GeneratorAPI.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops.codegen with parameters of type SpoofCompiler.GeneratorAPIModifier and TypeMethodDescriptionstatic voidSpoofCompiler.loadNativeCodeGenerator(SpoofCompiler.GeneratorAPI generator) Constructors in org.apache.sysds.hops.codegen with parameters of type SpoofCompiler.GeneratorAPIModifierConstructorDescriptionSpoofFusedOp(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.GeneratorAPIMethods in org.apache.sysds.hops.codegen.cplan with parameters of type SpoofCompiler.GeneratorAPIModifier and TypeMethodDescriptionabstract StringCNode.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeBinary.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeCell.codegen(boolean sparse, SpoofCompiler.GeneratorAPI _api) CNodeData.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeMultiAgg.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeNary.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeOuterProduct.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeRow.codegen(boolean sparse, SpoofCompiler.GeneratorAPI _api) CNodeTernary.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) CNodeUnary.codegen(boolean sparse, SpoofCompiler.GeneratorAPI api) intCNodeCell.compile(SpoofCompiler.GeneratorAPI api, String src) intCNodeMultiAgg.compile(SpoofCompiler.GeneratorAPI api, String src) intCNodeOuterProduct.compile(SpoofCompiler.GeneratorAPI api, String src) intCNodeRow.compile(SpoofCompiler.GeneratorAPI api, String src) abstract intCNodeTpl.compile(SpoofCompiler.GeneratorAPI api, String src) CNodeNary.NaryType.getTemplate(boolean sparseGen, long len, ArrayList<CNode> inputs, SpoofCompiler.GeneratorAPI api) CNode.getVarname(SpoofCompiler.GeneratorAPI api) CNodeData.getVarname(SpoofCompiler.GeneratorAPI api) CNode.getVectorLength(SpoofCompiler.GeneratorAPI api) abstract booleanCNode.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeBinary.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeCell.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeData.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeMultiAgg.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeNary.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeOuterProduct.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeRow.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeTernary.isSupported(SpoofCompiler.GeneratorAPI api) booleanCNodeUnary.isSupported(SpoofCompiler.GeneratorAPI api) voidCNodeTpl.setGeneratorAPI(SpoofCompiler.GeneratorAPI _api) -
Uses of SpoofCompiler.GeneratorAPI in org.apache.sysds.lops
Constructors in org.apache.sysds.lops with parameters of type SpoofCompiler.GeneratorAPIModifierConstructorDescriptionSpoofFused(ArrayList<Lop> inputs, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, int k, Types.ExecType etype)