OpBinary.forward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto forward(Variable!(T, dim, HostStorage) a, Variable!(T, dim, HostStorage) b)
  2. auto forward(Variable!(T, dim, DeviceStorage) a, Variable!(T, dim, DeviceStorage) b)
    struct OpBinary(T, size_t dim, string ops)
    version(grain_cuda)
    static if(opBinaryDict.keys.find(ops))
    forward
    if (
    isFloatingPoint!T
    )

Meta