Uses of Class
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
-
Packages that use MultiThreadedOperator Package Description org.apache.sysds.runtime.instructions org.apache.sysds.runtime.matrix.operators -
-
Uses of MultiThreadedOperator in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return MultiThreadedOperator Modifier and Type Method Description static MultiThreadedOperatorInstructionUtils. parseBinaryOrBuiltinOperator(String opcode, CPOperand in1, CPOperand in2) -
Uses of MultiThreadedOperator in org.apache.sysds.runtime.matrix.operators
Subclasses of MultiThreadedOperator in org.apache.sysds.runtime.matrix.operators Modifier and Type Class Description classAggregateBinaryOperatorclassAggregateTernaryOperatorclassAggregateUnaryOperatorclassBinaryOperatorBinaryOperator class for operations that have two inputs.classCMOperatorclassCountDistinctOperatorclassCOVOperatorclassLeftScalarOperatorScalar operator for scalar-matrix operations with scalar on the left-hand-side.classReorgOperatorclassRightScalarOperatorScalar operator for scalar-matrix operations with scalar on the right-hand-side.classScalarOperatorBase class for all scalar operators.classTernaryOperatorclassUnaryOperatorclassUnarySketchOperator
-