Type RepresentativeDataset
Namespace tensorflow.lite
Parent PythonObjectContainer
Interfaces IRepresentativeDataset
Representative dataset to evaluate optimizations. A representative dataset that can be used to evaluate optimizations by the
converter. E.g. converter can use these examples to estimate (min, max) ranges
by calibrating the model on inputs. This can allow converter to quantize a
converted floating point model.