Uses of Class
org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator
Packages that use AggregateTernaryOperator
Package
Description
-
Uses of AggregateTernaryOperator in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type AggregateTernaryOperatorModifier and TypeMethodDescriptionstatic MatrixBlockCLALibAggTernaryOp.agg(MatrixBlock m1, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret, AggregateTernaryOperator op, boolean inCP) -
Uses of AggregateTernaryOperator in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return AggregateTernaryOperatorModifier and TypeMethodDescriptionstatic AggregateTernaryOperatorInstructionUtils.parseAggregateTernaryOperator(String opcode) static AggregateTernaryOperatorInstructionUtils.parseAggregateTernaryOperator(String opcode, int numThreads) -
Uses of AggregateTernaryOperator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type AggregateTernaryOperatorModifier and TypeMethodDescriptionstatic MatrixBlockLibMatrixAgg.aggregateTernary(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, MatrixBlock ret, AggregateTernaryOperator op) static MatrixBlockLibMatrixAgg.aggregateTernary(MatrixBlock in1, MatrixBlock in2, MatrixBlock in3, MatrixBlock ret, AggregateTernaryOperator op, int k) static MatrixBlockMatrixBlock.aggregateTernaryOperations(MatrixBlock m1, MatrixBlock m2, MatrixBlock m3, MatrixBlock ret, AggregateTernaryOperator op, boolean inCP)