Home
last modified time | relevance | path

Searched refs:_tf_export (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dlite_constants.py24 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
36 _tf_export(v1=["lite.constants.FLOAT"]).export_constant(__name__, "FLOAT")
37 _tf_export(v1=["lite.constants.INT32"]).export_constant(__name__, "INT32")
38 _tf_export(v1=["lite.constants.INT64"]).export_constant(__name__, "INT64")
39 _tf_export(v1=["lite.constants.STRING"]).export_constant(__name__, "STRING")
40 _tf_export(v1=["lite.constants.QUANTIZED_UINT8"]).export_constant(
42 _tf_export("lite.constants.TFLITE").export_constant(__name__, "TFLITE")
43 _tf_export("lite.constants.GRAPHVIZ_DOT").export_constant(
Dinterpreter.py26 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
47 _tf_export = tf_export_dummy variable
50 @_tf_export('lite.Interpreter')
Dlite.py66 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
100 @_tf_export("lite.Optimize")
125 @_tf_export("lite.RepresentativeDataset")
153 @_tf_export("lite.TargetSpec")
171 @_tf_export("lite.TFLiteConverter", v1=[])
313 @_tf_export(v1=["lite.TFLiteConverter"])
816 @_tf_export(v1=["lite.TocoConverter"])
Dconvert.py36 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
100 @_tf_export("lite.OpsSet")
456 @_tf_export(v1=["lite.toco_convert"])
Dop_hint.py88 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
91 @_tf_export("lite.OpHint")
1250 @_tf_export("lite.experimental.convert_op_hints_to_stubs")