Uses of Enum Class
org.apache.sysds.hops.codegen.cplan.CNodeUnary.UnaryType
Packages that use CNodeUnary.UnaryType
Package
Description
-
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return CNodeUnary.UnaryTypeModifier and TypeMethodDescriptionCNodeUnary.getType()CNodeUnary.UnaryType.getVectorAddPrimitive()static CNodeUnary.UnaryTypeReturns the enum constant of this class with the specified name.static CNodeUnary.UnaryType[]CNodeUnary.UnaryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeUnary.UnaryTypeModifier and TypeMethodDescriptionCodeTemplate.getTemplate(CNodeUnary.UnaryType type, boolean sparse) CodeTemplate.getTemplate(CNodeUnary.UnaryType type, boolean sparse, boolean sparseTemplate) voidCNodeUnary.setType(CNodeUnary.UnaryType type) Constructors in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeUnary.UnaryTypeModifierConstructorDescriptionCNodeUnary(CNode in1, CNodeUnary.UnaryType type) CNodeUnary(CNode in1, CNodeUnary.UnaryType type, double sparsity) -
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplan.cuda
Methods in org.apache.sysds.hops.codegen.cplan.cuda with parameters of type CNodeUnary.UnaryType -
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.cplan.java
Methods in org.apache.sysds.hops.codegen.cplan.java with parameters of type CNodeUnary.UnaryTypeModifier and TypeMethodDescriptionUnary.getTemplate(CNodeUnary.UnaryType type, boolean sparse, boolean sparseTemplate) -
Uses of CNodeUnary.UnaryType in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template with parameters of type CNodeUnary.UnaryTypeModifier and TypeMethodDescriptionstatic booleanTemplateUtils.isUnary(CNode node, CNodeUnary.UnaryType... types)