aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python/tflite_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/python/tflite_convert.py')
-rw-r--r--tensorflow/contrib/lite/python/tflite_convert.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/lite/python/tflite_convert.py b/tensorflow/contrib/lite/python/tflite_convert.py
index 0a60477c6d..d17482e601 100644
--- a/tensorflow/contrib/lite/python/tflite_convert.py
+++ b/tensorflow/contrib/lite/python/tflite_convert.py
@@ -225,7 +225,7 @@ def run_main(_):
input_file_group.add_argument(
"--graph_def_file",
type=str,
- help="Full filepath of file containing TensorFlow GraphDef.")
+ help="Full filepath of file containing frozen TensorFlow GraphDef.")
input_file_group.add_argument(
"--saved_model_dir",
type=str,
@@ -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,