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 MultiThreadedOperator
InstructionUtils. 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 class
AggregateBinaryOperator
class
AggregateTernaryOperator
class
AggregateUnaryOperator
class
BinaryOperator
BinaryOperator class for operations that have two inputs.class
CMOperator
class
CountDistinctOperator
class
COVOperator
class
LeftScalarOperator
Scalar operator for scalar-matrix operations with scalar on the left-hand-side.class
ReorgOperator
class
RightScalarOperator
Scalar operator for scalar-matrix operations with scalar on the right-hand-side.class
ScalarOperator
Base class for all scalar operators.class
TernaryOperator
class
UnaryOperator
class
UnarySketchOperator
-