Tensor constructor

Tensor(
  1. Pointer<TfLiteTensor> _tensor
)

Implementation

Tensor(this._tensor) {
  ArgumentError.checkNotNull(_tensor);
}