Uses of Class
org.apache.sysds.runtime.matrix.operators.TernaryOperator
- 
Packages that use TernaryOperator Package Description org.apache.sysds.runtime.compress org.apache.sysds.runtime.instructions org.apache.sysds.runtime.matrix.data 
- 
- 
Uses of TernaryOperator in org.apache.sysds.runtime.compressMethods in org.apache.sysds.runtime.compress with parameters of type TernaryOperator Modifier and Type Method Description MatrixBlockCompressedMatrixBlock. ternaryOperations(TernaryOperator op, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret)
- 
Uses of TernaryOperator in org.apache.sysds.runtime.instructionsMethods in org.apache.sysds.runtime.instructions that return TernaryOperator Modifier and Type Method Description static TernaryOperatorInstructionUtils. parseTernaryOperator(String opcode)static TernaryOperatorInstructionUtils. parseTernaryOperator(String opcode, int numThreads)
- 
Uses of TernaryOperator in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data with parameters of type TernaryOperator Modifier and Type Method Description static voidLibMatrixTercell. tercellOp(MatrixBlock m1, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret, TernaryOperator op)MatrixBlockMatrixBlock. ternaryOperations(TernaryOperator op, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret)
 
-