LogSoftmax.backward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto backward(Variable!(T, dim, HostStorage) gy)
  2. auto backward(Variable!(T, dim, DeviceStorage) gy)
    struct LogSoftmax(T, size_t dim = 2)
    version(grain_cuda)
    backward

Meta