Class TernaryOperator
- java.lang.Object
-
- org.apache.sysds.runtime.matrix.operators.Operator
-
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
-
- org.apache.sysds.runtime.matrix.operators.TernaryOperator
-
- All Implemented Interfaces:
Serializable
public class TernaryOperator extends MultiThreadedOperator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TernaryValueFunction
fn
-
Fields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe
-
-
Constructor Summary
Constructors Constructor Description TernaryOperator(TernaryValueFunction p, int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
-
-
-
Field Detail
-
fn
public final TernaryValueFunction fn
-
-
Constructor Detail
-
TernaryOperator
public TernaryOperator(TernaryValueFunction p, int numThreads)
-
-