Class MultiThreadedOperator
- java.lang.Object
-
- org.apache.sysds.runtime.matrix.operators.Operator
-
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AggregateBinaryOperator
,AggregateTernaryOperator
,AggregateUnaryOperator
,BinaryOperator
,CMOperator
,COVOperator
,ReorgOperator
,ScalarOperator
,TernaryOperator
,UnaryOperator
public class MultiThreadedOperator extends Operator
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe
-
-
Constructor Summary
Constructors Constructor Description MultiThreadedOperator()
MultiThreadedOperator(boolean sparseSafeFlag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumThreads()
void
setNumThreads(int numThreads)
-