aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-08 08:12:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-08 08:15:19 -0700
commit7b5d9e86e77bb750d5b794f1673fc08d4d289ec7 (patch)
tree946e1e55de7bf060bad8e04d28bf31e50e09f37b
parentcd00aa747a6e6e023910998a744c0f43e1afddbf (diff)
Fix a typo in toco flags description.
PiperOrigin-RevId: 199795176
-rw-r--r--tensorflow/contrib/lite/toco/model_cmdline_flags.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/toco/model_cmdline_flags.cc b/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
index 0f104d5e2d..4c9f1aa4b0 100644
--- a/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
+++ b/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
@@ -48,7 +48,7 @@ bool ParseModelFlagsFromCommandLineFlags(
"that information from the input file."),
Flag("input_arrays", parsed_flags.input_arrays.bind(),
parsed_flags.input_arrays.default_value(),
- "Names of the output arrays, comma-separated. If not specified, "
+ "Names of the input arrays, comma-separated. If not specified, "
"will try to read that information from the input file."),
Flag("output_array", parsed_flags.output_array.bind(),
parsed_flags.output_array.default_value(),