flâneur

api.md at master · tensorflow/tensorflow · GitHub

github.com · 732 words · saved by 1 readers

An Open Source Machine Learning Framework for Everyone - tensorflow/tensorflow

Converter Python API guide This page describes how to convert TensorFlow models into the TensorFlow Lite format using the tf.compat.v1.lite.TFLiteConverter Python API. It provides the following class methods based on the original format of the model: tf.compat.v1.lite.TFLiteConverter.from_saved_model(): Converts a SavedModel. tf.compat.v1.lite.TFLiteConverter.from_keras_model_file(): Converts a Keras model file. tf.compat.v1.lite.TFLiteConverter.from_session(): Converts a GraphDef from a session. tf.compat.v1.lite.TFLiteConverter.from_frozen_graph(): Converts a Frozen GraphDef from a…

saved by

related reading