예제 #1
0
 public static void MatrixMultiplyFloat32(Tensor res, Tensor a, Tensor b)
 {
     VectorizationFloat.MatrixMultiply(a, b, res);
 }