Home
last modified time | relevance | path

Searched refs:tflite_convert (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dcmdline_examples.md14 * `tflite_convert` (**recommended**):
17 * *Example*: `tflite_convert --output_file=...`
21 * *Example*: `bazel run tensorflow/lite/python:tflite_convert --
24 *All of the following examples use `tflite_convert` for simplicity.
25 Alternatively, you can replace '`tflite_convert`' with '`bazel run
26 tensorflow/lite/python:tflite_convert --`'*
59 tflite_convert \
67 tflite_convert \
75 tflite_convert \
97 tflite_convert \
[all …]
/external/tensorflow/tensorflow/lite/python/
Dtflite_convert_test.py28 from tensorflow.lite.python import tflite_convert
540 parser = tflite_convert._get_parser(use_v2_converter=False)
546 parser = tflite_convert._get_parser(use_v2_converter=True)
559 parser = tflite_convert._get_parser(use_v2_converter=False)
564 parser = tflite_convert._get_parser(use_v2_converter=True)
576 parser = tflite_convert._get_parser(False)
581 parser = tflite_convert._get_parser(True)
593 parser = tflite_convert._get_parser(use_v2_converter=False)
598 parser = tflite_convert._get_parser(use_v2_converter=True)
610 parser = tflite_convert._get_parser(use_v2_converter=False)
[all …]
DBUILD9 exports_files(["tflite_convert.py"])
57 name = "tflite_convert",
58 srcs = ["tflite_convert.py"],
71 srcs = ["tflite_convert.py"],
83 srcs = ["tflite_convert.py"],
124 ":tflite_convert.par",
141 ":tflite_convert",
/external/tensorflow/tensorflow/lite/tools/optimize/g3doc/
Dquantize_weights.md6 [tflite_convert](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/convert…
9 `--post_training_quantize` flag to your original tflite_convert invocation. For
13 tflite_convert \
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dindex.md193 the `tflite_convert` command as follows: (*if you've
195 then you can replace '`tflite_convert`' with '`bazel run
196 //tensorflow/lite/python:tflite_convert --`' in the following
203 `tflite_convert`: To view all the available flags, use the following command:
206 $ tflite_convert --help
219 tflite_convert \
227 tflite_convert \
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py53 def tflite_convert(fn, input_templates): function
Dwindow_ops_test.py173 tflite_model = test_util.tflite_convert(
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md14 **Provide the text output from tflite_convert**
/external/tensorflow/tensorflow/lite/toco/python/
DBUILD64 # This is required when running `tflite_convert` from `bazel`.
/external/tensorflow/tensorflow/lite/testing/
Dtflite_model_test.bzl131 tool = "//tensorflow/lite/python:tflite_convert"
/external/tensorflow/tensorflow/tools/pip_package/
DBUILD103 "//tensorflow/lite/python:tflite_convert",
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl199 "$(location //tensorflow/lite/python:tflite_convert)",
210 tools = ["//tensorflow/lite/python:tflite_convert"] + tf_binary_additional_srcs(),
/external/tensorflow/
DRELEASE.md2038 * Added support for `tflite_convert` command line tool in 2.0.
2482 * "Adds support for tflite_convert in 2.0."
3053 has been expanded, and the command line interface (AKA: `toco`, `tflite_convert`) is once again