Uses of Enum Class
org.apache.sysds.hops.codegen.SpoofFusedOp.SpoofOutputDimsType
Packages that use SpoofFusedOp.SpoofOutputDimsType
-
Uses of SpoofFusedOp.SpoofOutputDimsType in org.apache.sysds.hops.codegen
Methods in org.apache.sysds.hops.codegen that return SpoofFusedOp.SpoofOutputDimsTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpoofFusedOp.SpoofOutputDimsType[]SpoofFusedOp.SpoofOutputDimsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.hops.codegen with parameters of type SpoofFusedOp.SpoofOutputDimsTypeModifierConstructorDescriptionSpoofFusedOp(String name, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, boolean dist, SpoofFusedOp.SpoofOutputDimsType type) -
Uses of SpoofFusedOp.SpoofOutputDimsType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofFusedOp.SpoofOutputDimsTypeModifier and TypeMethodDescriptionCNodeCell.getOutputDimType()CNodeMultiAgg.getOutputDimType()CNodeOuterProduct.getOutputDimType()CNodeRow.getOutputDimType()abstract SpoofFusedOp.SpoofOutputDimsTypeCNodeTpl.getOutputDimType()