getDataType method

TfLiteType getDataType()

Gets the current data type.

Currently only UINT8 and FLOAT32 are possible.

Implementation

TfLiteType getDataType() => dataType;