Uses of Class
org.apache.sysds.hops.codegen.cplan.CNodeTernary.TernaryType
- 
- 
Uses of CNodeTernary.TernaryType in org.apache.sysds.hops.codegen.cplanMethods in org.apache.sysds.hops.codegen.cplan that return CNodeTernary.TernaryType Modifier and Type Method Description CNodeTernary.TernaryTypeCNodeTernary. getType()static CNodeTernary.TernaryTypeCNodeTernary.TernaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CNodeTernary.TernaryType[]CNodeTernary.TernaryType. 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 CNodeTernary.TernaryType Modifier and Type Method Description StringCodeTemplate. getTemplate(CNodeTernary.TernaryType type, boolean sparse)Constructors in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeTernary.TernaryType Constructor Description CNodeTernary(CNode in1, CNode in2, CNode in3, CNodeTernary.TernaryType type)
- 
Uses of CNodeTernary.TernaryType in org.apache.sysds.hops.codegen.cplan.cudaMethods in org.apache.sysds.hops.codegen.cplan.cuda with parameters of type CNodeTernary.TernaryType Modifier and Type Method Description StringTernary. getTemplate(CNodeTernary.TernaryType type, boolean sparse)
- 
Uses of CNodeTernary.TernaryType in org.apache.sysds.hops.codegen.cplan.javaMethods in org.apache.sysds.hops.codegen.cplan.java with parameters of type CNodeTernary.TernaryType Modifier and Type Method Description StringTernary. getTemplate(CNodeTernary.TernaryType type, boolean sparse)
- 
Uses of CNodeTernary.TernaryType in org.apache.sysds.hops.codegen.templateMethods in org.apache.sysds.hops.codegen.template with parameters of type CNodeTernary.TernaryType Modifier and Type Method Description static booleanTemplateUtils. isTernary(CNode node, CNodeTernary.TernaryType... types)
 
-