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)
  2. auto backward(Variable!(T, dim, DeviceStorage) gc)
  3. auto backward(Variable!(T, dim, DeviceStorage) gc)
    struct OpBinary(T, size_t dim, string ops)
    version(grain_cuda)
    static if(!(ops == "+"))
    static if(ops == "*")
    backward
    if (
    isFloatingPoint!T
    )

Meta