tfLiteType property

TfLiteType tfLiteType

Gets the current data type.

Currently only UINT8 and FLOAT32 are possible.

Implementation

TfLiteType get tfLiteType {
  return _tfLiteType;
}