public GemmParams(INDArray a, INDArray b, INDArray c, boolean transposeA, boolean transposeB) { this(transposeA ? a.transpose() : a, ...
確定! 回上一頁