Type TFLiteConverter
Namespace tensorflow.compat.v2.lite
Parent TFLiteConverterBase
Interfaces ITFLiteConverter
Methods
- convert
- convert_dyn
- from_concrete_functions_dyn<TClass>
- from_concrete_functions<TClass>
- from_keras_model_dyn<TClass>
- from_keras_model<TClass>
- from_saved_model_dyn<TClass>
- from_saved_model<TClass>
Properties
Public instance methods
object convert()
Converts a TensorFlow GraphDef based on instance variables.
Returns
-
object
- The converted data in serialized format. Either a TFLite Flatbuffer or a Graphviz graph depending on value in `output_format`.
object convert_dyn()
Converts a TensorFlow GraphDef based on instance variables.
Returns
-
object
- The converted data in serialized format. Either a TFLite Flatbuffer or a Graphviz graph depending on value in `output_format`.