Uses of Class
org.nd4j.linalg.api.blas.params.MMulTranspose
-
Packages that use MMulTranspose Package Description org.nd4j.autodiff.samediff org.nd4j.linalg.api.blas.params org.nd4j.linalg.api.ndarray org.nd4j.linalg.api.ops.impl.reduce -
-
Uses of MMulTranspose in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff with parameters of type MMulTranspose Modifier and Type Method Description SDVariableSDVariable. mmul(String name, SDVariable other, @NonNull MMulTranspose mMulTranspose)Matrix multiplication: out = mmul(this,other) -
Uses of MMulTranspose in org.nd4j.linalg.api.blas.params
Methods in org.nd4j.linalg.api.blas.params that return MMulTranspose Modifier and Type Method Description static MMulTransposeMMulTranspose. allFalse()Returns the default transpose where all are false -
Uses of MMulTranspose in org.nd4j.linalg.api.ndarray
Methods in org.nd4j.linalg.api.ndarray with parameters of type MMulTranspose Modifier and Type Method Description INDArrayBaseNDArray. mmul(INDArray other, MMulTranspose mMulTranspose)INDArrayBaseNDArray. mmul(INDArray other, INDArray result, MMulTranspose mMulTranspose)INDArrayINDArray. mmul(INDArray other, MMulTranspose mMulTranspose)Perform a copy matrix multiplicationINDArrayINDArray. mmul(INDArray other, INDArray result, MMulTranspose mMulTranspose)Perform an copy matrix multiplicationINDArrayBaseNDArray. mmuli(INDArray other, MMulTranspose transpose)INDArrayBaseNDArray. mmuli(INDArray other, INDArray result, MMulTranspose transpose)INDArrayINDArray. mmuli(INDArray other, MMulTranspose transpose)Perform an copy matrix multiplicationINDArrayINDArray. mmuli(INDArray other, INDArray result, MMulTranspose transpose)Perform an in place matrix multiplication -
Uses of MMulTranspose in org.nd4j.linalg.api.ops.impl.reduce
Fields in org.nd4j.linalg.api.ops.impl.reduce declared as MMulTranspose Modifier and Type Field Description protected MMulTransposeTensorMmul. mMulTransposeprotected MMulTransposeMmul. mtprotected MMulTransposeMmulBp. mtConstructors in org.nd4j.linalg.api.ops.impl.reduce with parameters of type MMulTranspose Constructor Description Mmul(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, MMulTranspose mt)Mmul(INDArray x, INDArray y, INDArray z, double alpha, double beta, MMulTranspose mt)Mmul(INDArray x, INDArray y, INDArray z, MMulTranspose mt)MmulBp(SameDiff sameDiff, SDVariable x, SDVariable y, SDVariable eps, MMulTranspose mt)MmulBp(INDArray x, INDArray y, INDArray eps, INDArray dldx, INDArray dldy, MMulTranspose mt)TensorMmul(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, int[][] dimensions, MMulTranspose mMulTranspose)
-