Uses of Enum Class
org.apache.sysds.runtime.codegen.SpoofRowwise.RowType
Packages that use SpoofRowwise.RowType
Package
Description
-
Uses of SpoofRowwise.RowType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofRowwise.RowTypeMethods in org.apache.sysds.hops.codegen.cplan with parameters of type SpoofRowwise.RowType -
Uses of SpoofRowwise.RowType in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return SpoofRowwise.RowTypeModifier and TypeMethodDescriptionstatic SpoofRowwise.RowTypeTemplateUtils.getRowType(Hop output, Hop... inputs) -
Uses of SpoofRowwise.RowType in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return SpoofRowwise.RowTypeModifier and TypeMethodDescriptionSpoofRowwise.getRowType()static SpoofRowwise.RowTypeSpoofRowwise.RowType.valueOf(int rowType) Returns the enum constant of this class with the specified name.static SpoofRowwise.RowTypeReturns the enum constant of this class with the specified name.static SpoofRowwise.RowType[]SpoofRowwise.RowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.codegen with parameters of type SpoofRowwise.RowTypeModifierConstructorDescriptionSpoofCUDARowwise(SpoofRowwise.RowType type, long constDim2, boolean tB1, int reqVectMem, int id, SpoofCUDAOperator.PrecisionProxy ep) SpoofRowwise(SpoofRowwise.RowType type, long constDim2, boolean tB1, int reqVectMem) -
Uses of SpoofRowwise.RowType in org.apache.sysds.runtime.einsum
Constructors in org.apache.sysds.runtime.einsum with parameters of type SpoofRowwise.RowTypeModifierConstructorDescriptionEinsumSpoofRowwise(EOpNodeFuse.EinsumRewriteType einsumRewriteType, SpoofRowwise.RowType rowType, long constDim2, int abCount, boolean bSupplied, int aCount, int azCount, int zSize)