Tensor.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Tensor!(T, Shape, hasGradient) opBinaryRight(T lhs)
    class Tensor(T, size_t[] Shape, UseGradient hasGradient = UseGradient.yes)
    Tensor!(T, Shape, hasGradient)
    opBinaryRight
    (
    string op : "+"
    )
    (
    T lhs
    )
  2. Tensor!(T, Shape, hasGradient) opBinaryRight(T rhs)
  3. Tensor!(T, Shape, hasGradient) opBinaryRight(T lhs)

Meta