Uses of Enum Class
org.apache.sysds.common.Types.Direction
Packages that use Types.Direction
Package
Description
-
Uses of Types.Direction in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.DirectionModifier and TypeMethodDescriptionstatic Types.DirectionReturns the enum constant of this class with the specified name.static Types.Direction[]Types.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.Direction in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.DirectionMethods in org.apache.sysds.hops with parameters of type Types.DirectionConstructors in org.apache.sysds.hops with parameters of type Types.DirectionModifierConstructorDescriptionAggUnaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.AggOp o, Types.Direction idx, Hop inp) -
Uses of Types.Direction in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.DirectionModifier and TypeMethodDescriptionstatic AggUnaryOpHopRewriteUtils.createAggUnaryOp(Hop input, Types.AggOp op, Types.Direction dir) static booleanHopRewriteUtils.isAggUnaryOp(Hop hop, Types.AggOp op, Types.Direction dir) -
Uses of Types.Direction in org.apache.sysds.lops
Methods in org.apache.sysds.lops with parameters of type Types.DirectionModifier and TypeMethodDescriptionstatic Types.CorrectionLocationTypePartialAggregate.getCorrectionLocation(Types.AggOp operation, Types.Direction direction) static StringPartialAggregate.getOpcode(Types.AggOp op, Types.Direction dir) static voidPartialAggregate.setDimensionsBasedOnDirection(Lop lop, long dim1, long dim2, long blen, Types.Direction dir) Constructors in org.apache.sysds.lops with parameters of type Types.DirectionModifierConstructorDescriptionBinaryUAggChain(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 weightsPartialAggregate(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.Direction in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return Types.DirectionModifier and TypeMethodDescriptionstatic Types.DirectionInstructionUtils.getAggDirection(String opcode) -
Uses of Types.Direction in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type Types.DirectionModifier and TypeMethodDescriptionstatic MatrixBlockLibMatrixSketch.getUniqueValues(MatrixBlock blkIn, Types.Direction dir) -
Uses of Types.Direction in org.apache.sysds.runtime.matrix.operators
Methods in org.apache.sysds.runtime.matrix.operators that return Types.DirectionConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type Types.DirectionModifierConstructorDescriptionCountDistinctOperator(AggregateUnaryCPInstruction.AUType opType, Types.Direction direction, IndexFunction indexFunction) CountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType) UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction) UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction, int numThreads)