Convolution.backward

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

Meta