aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
diff options
context:
space:
mode:
authorGravatar Anirudh Koul <anirudhkoul@yahoo.com>2018-07-21 20:23:15 -0700
committerGravatar GitHub <noreply@github.com>2018-07-21 20:23:15 -0700
commite578eb00f2eedae6ce25eabdbf349581f22c4df9 (patch)
tree300425dc94d68fd1479bb130fc002bb6a7f75d39 /tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
parent2279279fd15369e361a02fb09a1df41e08a34aae (diff)
Fixed typo in TOCO command line doc
Diffstat (limited to 'tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md')
-rw-r--r--tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md b/tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
index 18b7848db8..4bf47aa3c4 100644
--- a/tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
+++ b/tensorflow/contrib/lite/toco/g3doc/cmdline_examples.md
@@ -36,7 +36,7 @@ There are two approaches to running TOCO via command line.
* `tflite_convert`: Starting from TensorFlow 1.9, the command-line tool
`tflite_convert` will be installed as part of the Python package. All of the
examples below use `tflite_convert` for simplicity.
- * Example: `tflite --output_file=...`
+ * Example: `tflite_convert --output_file=...`
* `bazel`: In order to run the latest version of TOCO, [clone the TensorFlow
repository](https://www.tensorflow.org/install/install_sources#clone_the_tensorflow_repository)
and use `bazel`. This is the recommended approach for converting models that