matmul

matrix multiplication

  1. struct Matmul(T, Storage)
  2. auto matmul(Tensor!(2, T, Storage) a, Tensor!(2, T, Storage) b)
    matmul
    (
    T
    Storage
    )
    (
    Tensor!(2, T, Storage) a
    ,
    Tensor!(2, T, Storage) b
    )

Meta