dataType property

TfLiteType dataType

Gets the current data type.

Currently only UINT8 and FLOAT32 are possible.

Implementation

TfLiteType get dataType {
  return _tfLiteType;
}