Package | Description |
---|---|
org.apache.sysds.runtime.compress | |
org.apache.sysds.runtime.instructions | |
org.apache.sysds.runtime.matrix.data |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
CompressedMatrixBlock.aggregateTernaryOperations(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock m3,
MatrixBlock ret,
AggregateTernaryOperator op,
boolean inCP) |
Modifier and Type | Method and Description |
---|---|
static AggregateTernaryOperator |
InstructionUtils.parseAggregateTernaryOperator(String opcode) |
static AggregateTernaryOperator |
InstructionUtils.parseAggregateTernaryOperator(String opcode,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
static MatrixBlock |
LibMatrixAgg.aggregateTernary(MatrixBlock in1,
MatrixBlock in2,
MatrixBlock in3,
MatrixBlock ret,
AggregateTernaryOperator op) |
static MatrixBlock |
LibMatrixAgg.aggregateTernary(MatrixBlock in1,
MatrixBlock in2,
MatrixBlock in3,
MatrixBlock ret,
AggregateTernaryOperator op,
int k) |
MatrixBlock |
MatrixBlock.aggregateTernaryOperations(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock m3,
MatrixBlock ret,
AggregateTernaryOperator op,
boolean inCP) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.