OpBinary.backward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto backward(Variable!(T, dim, HostStorage) gc)
    struct OpBinary(T, size_t dim, string ops)
    backward
    ()
    if (
    isFloatingPoint!T
    )
  2. auto backward(Variable!(T, dim, DeviceStorage) gc)
  3. auto backward(Variable!(T, dim, DeviceStorage) gc)

Meta