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
39 _tf_export(v1=["lite.constants.FLOAT"]).export_constant(__name__, "FLOAT")
40 _tf_export(v1=["lite.constants.FLOAT16"]).export_constant(__name__, "FLOAT16")
41 _tf_export(v1=["lite.constants.INT32"]).export_constant(__name__, "INT32")
42 _tf_export(v1=["lite.constants.INT64"]).export_constant(__name__, "INT64")
43 _tf_export(v1=["lite.constants.STRING"]).export_constant(__name__, "STRING")
44 _tf_export(v1=["lite.constants.QUANTIZED_UINT8"]).export_constant(
46 _tf_export(v1=["lite.constants.INT8"]).export_constant(__name__, "INT8")
47 _tf_export(v1=["lite.constants.INT16"]).export_constant(__name__, "INT16")
48 _tf_export(v1=["lite.constants.TFLITE"]).export_constant(__name__, "TFLITE")
[all …]
Dinterpreter.py33 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
38 def _tf_export(*x, **kwargs): function
132 @_tf_export('lite.experimental.load_delegate')
234 @_tf_export('lite.Interpreter')
Dconvert.py42 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
80 @_tf_export("lite.OpsSet")
660 @_tf_export(v1=["lite.toco_convert"])
Dlite.py88 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
91 @_tf_export("lite.Optimize")
150 @_tf_export("lite.RepresentativeDataset")
174 @_tf_export("lite.TargetSpec")
996 @_tf_export("lite.TFLiteConverter", v1=[])
1681 @_tf_export(v1=["lite.TFLiteConverter"])
2026 @_tf_export(v1=["lite.TocoConverter"])
Dop_hint.py94 from tensorflow.python.util.tf_export import tf_export as _tf_export unknown
97 @_tf_export(v1=["lite.OpHint"])
1311 @_tf_export(v1=["lite.experimental.convert_op_hints_to_stubs"])