type property

TensorType type

Data type of the tensor element.

Implementation

TensorType get type => TensorType.fromValue(
      tfliteBinding.TfLiteTensorType(_tensor),
    );