阅读(3020) (1)

TensorFlow模块:tf.lite

2019-03-27 15:26:44 更新

TensorFlow模块:tf.lite

别名:

  • 模块 tf.contrib.lite
  • 模块 tf.lite

tf.lite命名空间的公共API。

模块

constants module:tf.lite.constants命名空间的公共API。

class Interpreter:TF-Lite模型的解释器推理。

class OpHint:一个帮助构建tflite函数调用的类。

class OpsSet:Enum类定义可用于生成TFLite模型的操作集。

class TFLiteConverter:使用TOCO将TensorFlow模型转换为output_format。

class TocoConverter:使用TOCO将TensorFlow模型转换为output_format。

函数

toco_convert(...):使用TOCO转换模型。(该函数已经废弃)