Matrix<T> constructor

Matrix<T>(
  1. TensorShape tensorShape,
  2. List<T> _data
)

Implementation

Matrix(this.tensorShape, this._data);