Tensor.this

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

Meta