Convolution.forward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto forward(Variable!(T, nbDims, HostStorage) x, Variable!(T, nbDims, HostStorage) w)
  2. auto forward(Variable!(T, nbDims, DeviceStorage) x, Variable!(T, nbDims, DeviceStorage) w)
    struct Convolution(T, size_t imDims, bool isConv = false, bool isNchw = true)
    version(grain_cuda)
    forward

Meta