Variable.opBinary

binary ops: b * this TODO implement contiguous with mir.ndslice and cudnnTransformTensor

  1. auto opBinary(Variable!(T, dim, Storage) b)
    struct Variable(T, size_t dim, alias Storage = HostStorage, SliceKind kind = Contiguous)
    opBinary
    (
    string op
    )
    (
    Variable!(T, dim, Storage) b
    )
  2. auto opBinary(T b)

Meta