public class TensorMulByMatrixMul
extends java.lang.Object
| Constructor and Description |
|---|
TensorMulByMatrixMul() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends java.lang.Number,TENSOR extends FloatingPointTensor<T,TENSOR>> |
tensorMmul(TENSOR left,
TENSOR right,
int[] dimsLeft,
int[] dimsRight) |
public static <T extends java.lang.Number,TENSOR extends FloatingPointTensor<T,TENSOR>> TENSOR tensorMmul(TENSOR left, TENSOR right, int[] dimsLeft, int[] dimsRight)