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)
    struct OpBinary(T, size_t dim, string ops)
    forward
    (,)
    if (
    isFloatingPoint!T
    )
  2. auto forward(Variable!(T, dim, DeviceStorage) a, Variable!(T, dim, DeviceStorage) b)

Meta