Module: tf.lite

Aliases:

  • Module tf.contrib.lite
  • Module tf.lite

Defined in tensorflow/_api/v1/lite/__init__.py.

Public API for tf.lite namespace.

Modules

constants module: Public API for tf.lite.constants namespace.

Classes

class Interpreter: Interpreter inferace for TF-Lite Models.

class OpHint: A class that helps build tflite function invocations.

class OpsSet: Enum class defining the sets of ops available to generate TFLite models.

class TFLiteConverter: Convert a TensorFlow model into output_format using TOCO.

class TocoConverter: Convert a TensorFlow model into output_format using TOCO.

Functions

toco_convert(...): Convert a model using TOCO. (deprecated)