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.ternaryOperations(TernaryOperator op,
MatrixBlock m2,
MatrixBlock m3,
MatrixBlock ret) |
Modifier and Type | Method and Description |
---|---|
static TernaryOperator |
InstructionUtils.parseTernaryOperator(String opcode) |
static TernaryOperator |
InstructionUtils.parseTernaryOperator(String opcode,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
static void |
LibMatrixTercell.tercellOp(MatrixBlock m1,
MatrixBlock m2,
MatrixBlock m3,
MatrixBlock ret,
TernaryOperator op) |
MatrixBlock |
MatrixBlock.ternaryOperations(TernaryOperator op,
MatrixBlock m2,
MatrixBlock m3,
MatrixBlock ret) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.