Uses of Enum Class
org.apache.sysds.hops.codegen.cplan.CNodeBinary.BinType
Packages that use CNodeBinary.BinType
Package
Description
-
Uses of CNodeBinary.BinType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return CNodeBinary.BinTypeModifier and TypeMethodDescriptionCNodeBinary.getType()CNodeBinary.BinType.getVectorAddPrimitive()static CNodeBinary.BinTypeReturns the enum constant of this class with the specified name.static CNodeBinary.BinType[]CNodeBinary.BinType.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 CNodeBinary.BinTypeModifier and TypeMethodDescriptionCodeTemplate.getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector) CodeTemplate.getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector, boolean sparseTemplate) Constructors in org.apache.sysds.hops.codegen.cplan with parameters of type CNodeBinary.BinTypeModifierConstructorDescriptionCNodeBinary(CNode in1, CNode in2, CNodeBinary.BinType type) CNodeBinary(CNode in1, CNode in2, CNodeBinary.BinType type, double sparsityEst, double scalarVal) -
Uses of CNodeBinary.BinType in org.apache.sysds.hops.codegen.cplan.cuda
Methods in org.apache.sysds.hops.codegen.cplan.cuda with parameters of type CNodeBinary.BinTypeModifier and TypeMethodDescriptionBinary.getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector) -
Uses of CNodeBinary.BinType in org.apache.sysds.hops.codegen.cplan.java
Methods in org.apache.sysds.hops.codegen.cplan.java with parameters of type CNodeBinary.BinTypeModifier and TypeMethodDescriptionBinary.getTemplate(CNodeBinary.BinType type, boolean sparseLhs, boolean sparseRhs, boolean scalarVector, boolean scalarInput, boolean vectorVector, boolean sparseTemplate) -
Uses of CNodeBinary.BinType in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template with parameters of type CNodeBinary.BinTypeModifier and TypeMethodDescriptionstatic booleanTemplateUtils.containsBinary(CNode node, CNodeBinary.BinType type) static booleanTemplateUtils.isBinary(CNode node, CNodeBinary.BinType... types) static booleanTemplateUtils.rContainsBinary(CNode node, CNodeBinary.BinType type) static booleanTemplateUtils.rIsSparseSafeOnly(CNode node, CNodeBinary.BinType... types)