Uses of Class
org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
- 
- 
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplanMethods in org.apache.sysds.hops.codegen.cplan that return CNodeUnary.UnaryType Modifier and Type Method Description CNodeUnary.UnaryTypeCNodeUnary. getType()CNodeUnary.UnaryTypeCNodeUnary.UnaryType. getVectorAddPrimitive()static CNodeUnary.UnaryTypeCNodeUnary.UnaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CNodeUnary.UnaryType[]CNodeUnary.UnaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeUnary.UnaryType Modifier and Type Method Description StringCodeTemplate. getTemplate(CNodeUnary.UnaryType type, boolean sparse)voidCNodeUnary. setType(CNodeUnary.UnaryType type)Constructors in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeUnary.UnaryType Constructor Description CNodeUnary(CNode in1, CNodeUnary.UnaryType type)
- 
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplan.cudaMethods in org.apache.sysds.hops.codegen.cplan.cuda with parameters of type CNodeUnary.UnaryType Modifier and Type Method Description StringUnary. getTemplate(CNodeUnary.UnaryType type, boolean sparse)
- 
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplan.javaMethods in org.apache.sysds.hops.codegen.cplan.java with parameters of type CNodeUnary.UnaryType Modifier and Type Method Description StringUnary. getTemplate(CNodeUnary.UnaryType type, boolean sparse)
- 
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.templateMethods in org.apache.sysds.hops.codegen.template with parameters of type CNodeUnary.UnaryType Modifier and Type Method Description static booleanTemplateUtils. isUnary(CNode node, CNodeUnary.UnaryType... types)
 
-