MatMul.forward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto forward(Variable!(T, 2, HostStorage) a, Variable!(T, 2, HostStorage) b)
  2. auto forward(Variable!(T, 2, DeviceStorage) a, Variable!(T, 2, DeviceStorage) b)
    struct MatMul(T)
    version(grain_cuda)
    forward

Meta