Uses of Class
org.apache.sysds.runtime.matrix.operators.TernaryOperator
Packages that use TernaryOperator
Package
Description
-
Uses of TernaryOperator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type TernaryOperatorModifier and TypeMethodDescriptionCompressedMatrixBlock.ternaryOperations(TernaryOperator op, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret) -
Uses of TernaryOperator in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type TernaryOperatorModifier and TypeMethodDescriptionstatic MatrixBlockCLALibTernaryOp.ternaryOperations(TernaryOperator op, MatrixBlock m1, MatrixBlock m2, MatrixBlock m3) -
Uses of TernaryOperator in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return TernaryOperatorModifier and TypeMethodDescriptionstatic TernaryOperatorInstructionUtils.parseTernaryOperator(String opcode) static TernaryOperatorInstructionUtils.parseTernaryOperator(String opcode, int numThreads) -
Uses of TernaryOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type TernaryOperatorModifier and TypeMethodDescriptionstatic voidLibMatrixTercell.tercellOp(MatrixBlock m1, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret, TernaryOperator op) final MatrixBlockMatrixBlock.ternaryOperations(TernaryOperator op, MatrixBlock m2, MatrixBlock m3) MatrixBlock.ternaryOperations(TernaryOperator op, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret)