Uses of Enum Class
org.apache.sysds.common.Types.AggOp
Packages that use Types.AggOp
Package
Description
-
Uses of Types.AggOp in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.AggOpModifier and TypeMethodDescriptionstatic Types.AggOpReturns the enum constant of this class with the specified name.static Types.AggOpTypes.AggOp.valueOfByOpcode(String opcode) static Types.AggOp[]Types.AggOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.AggOp in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.AggOpMethods in org.apache.sysds.hops with parameters of type Types.AggOpConstructors in org.apache.sysds.hops with parameters of type Types.AggOpModifierConstructorDescriptionAggBinaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp2 innOp, Types.AggOp outOp, Hop in1, Hop in2) AggUnaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.AggOp o, Types.Direction idx, Hop inp) -
Uses of Types.AggOp in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return Types.AggOpMethods in org.apache.sysds.hops.codegen.cplan that return types with arguments of type Types.AggOpMethods in org.apache.sysds.hops.codegen.cplan with parameters of type Types.AggOpMethod parameters in org.apache.sysds.hops.codegen.cplan with type arguments of type Types.AggOp -
Uses of Types.AggOp in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return Types.AggOp -
Uses of Types.AggOp in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.AggOpModifier and TypeMethodDescriptionstatic AggUnaryOpHopRewriteUtils.createAggUnaryOp(Hop input, Types.AggOp op, Types.Direction dir) static booleanHopRewriteUtils.isAggUnaryOp(Hop hop, Types.AggOp... op) static booleanHopRewriteUtils.isAggUnaryOp(Hop hop, Types.AggOp op, Types.Direction dir) static booleanHopRewriteUtils.isValidOp(Types.AggOp input, Types.AggOp... validTab) -
Uses of Types.AggOp in org.apache.sysds.lops
Methods in org.apache.sysds.lops with parameters of type Types.AggOpModifier and TypeMethodDescriptionstatic Types.CorrectionLocationTypePartialAggregate.getCorrectionLocation(Types.AggOp operation, Types.Direction direction) static StringPartialAggregate.getOpcode(Types.AggOp op, Types.Direction dir) Constructors in org.apache.sysds.lops with parameters of type Types.AggOpModifierConstructorDescriptionBinaryUAggChain(Lop input1, Types.OpOp2 bop, Types.AggOp uaop, Types.Direction uadir, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a map mult chain without weightsCumulativeOffsetBinary(Lop data, Lop offsets, Types.DataType dt, Types.ValueType vt, double init, boolean broadcast, Types.AggOp op, Types.ExecType et) CumulativeOffsetBinary(Lop data, Lop offsets, Types.DataType dt, Types.ValueType vt, Types.AggOp op, Types.ExecType et) CumulativePartialAggregate(Lop input, Types.DataType dt, Types.ValueType vt, Types.AggOp op, Types.ExecType et) PartialAggregate(Lop input, Types.AggOp op, Types.Direction direct, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) PartialAggregate(Lop input, Types.AggOp op, Types.Direction direct, Types.DataType dt, Types.ValueType vt, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) TernaryAggregate(Lop input1, Lop input2, Lop input3, Types.AggOp aggOp, Types.OpOp2 binOp, Types.Direction direction, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) UAggOuterChain(Lop input1, Lop input2, Types.AggOp uaop, Types.Direction uadir, Types.OpOp2 bop, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a unaryagg outer chain -
Uses of Types.AggOp in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return Types.AggOp