aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 12:10:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 12:11:00 -0700
commit34db47821a90dcba159a064891070a1c097dac03 (patch)
tree5821514caab4fc94de4a072c39ba80e8205153f2 /tensorflow/contrib/lite/python
parentcb11b60da0e2d8e2730e9bb096f40aa2ed1f2b56 (diff)
parente94b49718f800276d2c045349db4480bbe12dd6b (diff)
Merge pull request #20889 from PaulWoitaschek:patch-3
PiperOrigin-RevId: 205278718
Diffstat (limited to 'tensorflow/contrib/lite/python')
-rw-r--r--tensorflow/contrib/lite/python/tflite_convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/python/tflite_convert.py b/tensorflow/contrib/lite/python/tflite_convert.py
index 9bd1f4f76e..d17482e601 100644
--- a/tensorflow/contrib/lite/python/tflite_convert.py
+++ b/tensorflow/contrib/lite/python/tflite_convert.py
@@ -257,7 +257,7 @@ def run_main(_):
parser.add_argument(
"--input_arrays",
type=str,
- help="Names of the output arrays, comma-separated.")
+ help="Names of the input arrays, comma-separated.")
parser.add_argument(
"--input_shapes",
type=str,