Tensor.this

Undocumented in source.
  1. this(T init)
    class Tensor(T, size_t[] Shape, UseGradient hasGradient = UseGradient.yes)
    static if(Shape[0] != 0)
    this
    ()
  2. this(RoR data)
  3. this(T[] data)
  4. this(Value value)
  5. this(Value value, void delegate(Value grad) gradFn)
  6. this(Value value)

Meta