Tensor.this

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

Meta