| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff | |
| org.nd4j.linalg.api.blas.params | |
| org.nd4j.linalg.api.ndarray | |
| org.nd4j.linalg.api.ops.impl.reduce |
| Modifier and Type | Method and Description |
|---|---|
SDVariable |
SDVariable.mmul(String name,
SDVariable other,
@NonNull MMulTranspose mMulTranspose)
Matrix multiplication: out = mmul(this,other)
|
| Modifier and Type | Method and Description |
|---|---|
static MMulTranspose |
MMulTranspose.allFalse()
Returns the default transpose
where all are false
|
| Modifier and Type | Method and Description |
|---|---|
INDArray |
BaseNDArray.mmul(INDArray other,
INDArray result,
MMulTranspose mMulTranspose) |
INDArray |
INDArray.mmul(INDArray other,
INDArray result,
MMulTranspose mMulTranspose)
Perform an copy matrix multiplication
|
INDArray |
BaseNDArray.mmul(INDArray other,
MMulTranspose mMulTranspose) |
INDArray |
INDArray.mmul(INDArray other,
MMulTranspose mMulTranspose)
Perform a copy matrix multiplication
|
INDArray |
BaseNDArray.mmuli(INDArray other,
INDArray result,
MMulTranspose transpose) |
INDArray |
INDArray.mmuli(INDArray other,
INDArray result,
MMulTranspose transpose)
Perform an in place matrix multiplication
|
INDArray |
BaseNDArray.mmuli(INDArray other,
MMulTranspose transpose) |
INDArray |
INDArray.mmuli(INDArray other,
MMulTranspose transpose)
Perform an copy matrix multiplication
|
| Modifier and Type | Field and Description |
|---|---|
protected MMulTranspose |
TensorMmul.mMulTranspose |
protected MMulTranspose |
Mmul.mt |
protected MMulTranspose |
MmulBp.mt |
| Constructor and Description |
|---|
Mmul(INDArray x,
INDArray y,
INDArray z,
double alpha,
double beta,
MMulTranspose mt) |
Mmul(INDArray x,
INDArray y,
INDArray z,
MMulTranspose mt) |
Mmul(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
MMulTranspose mt) |
MmulBp(INDArray x,
INDArray y,
INDArray eps,
INDArray dldx,
INDArray dldy,
MMulTranspose mt) |
MmulBp(SameDiff sameDiff,
SDVariable x,
SDVariable y,
SDVariable eps,
MMulTranspose mt) |
TensorMmul(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
int[][] dimensions,
MMulTranspose mMulTranspose) |
Copyright © 2021. All rights reserved.