Uses of Enum Class
org.apache.sysds.runtime.codegen.SpoofCellwise.CellType
Packages that use SpoofCellwise.CellType
Package
Description
-
Uses of SpoofCellwise.CellType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofCellwise.CellTypeMethods in org.apache.sysds.hops.codegen.cplan with parameters of type SpoofCellwise.CellType -
Uses of SpoofCellwise.CellType in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return SpoofCellwise.CellTypeModifier and TypeMethodDescriptionstatic SpoofCellwise.CellTypeTemplateUtils.getCellType(Hop hop) -
Uses of SpoofCellwise.CellType in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return SpoofCellwise.CellTypeModifier and TypeMethodDescriptionSpoofCellwise.getCellType()static SpoofCellwise.CellTypeSpoofCellwise.CellType.valueOf(int cellType) Returns the enum constant of this class with the specified name.static SpoofCellwise.CellTypeReturns the enum constant of this class with the specified name.static SpoofCellwise.CellType[]SpoofCellwise.CellType.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 SpoofCellwise.CellTypeModifierConstructorDescriptionSpoofCellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp) SpoofCUDACellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp, int id, SpoofCUDAOperator.PrecisionProxy ep, SpoofCellwise fallback)