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)
    struct Convolution(T, size_t imDims, bool isConv = false, bool isNchw = true)
  2. auto forward(Variable!(T, nbDims, DeviceStorage) x, Variable!(T, nbDims, DeviceStorage) w)

Meta