aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-06-26 21:31:22 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-06-28 21:37:43 -0700
commit54e3b1f7cbc05bfedd0d00a4d36fe3eb7558e1b5 (patch)
tree7eebb95b3757d787bff1a6d9c331e46294c40131 /tensorflow/contrib/lite/toco/model_cmdline_flags.cc
parentd68fad299b9df4a6ff01ea368aef25e685da1ee5 (diff)
Removes SavedModel support from toco.cc.
PiperOrigin-RevId: 202249095
Diffstat (limited to 'tensorflow/contrib/lite/toco/model_cmdline_flags.cc')
-rw-r--r--tensorflow/contrib/lite/toco/model_cmdline_flags.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/contrib/lite/toco/model_cmdline_flags.cc b/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
index 4c9f1aa4b0..06072d1fcb 100644
--- a/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
+++ b/tensorflow/contrib/lite/toco/model_cmdline_flags.cc
@@ -74,10 +74,10 @@ bool ParseModelFlagsFromCommandLineFlags(
"height, input array width, input array depth."),
Flag("batch_size", parsed_flags.batch_size.bind(),
parsed_flags.batch_size.default_value(),
- "Batch size for the model. Replaces the first dimension of an "
- "input size array if undefined. Use only with SavedModels when "
- "--input_shapes flag is not specified. Always use --input_shapes "
- "flag with frozen graphs."),
+ "Deprecated. Batch size for the model. Replaces the first dimension "
+ "of an input size array if undefined. Use only with SavedModels "
+ "when --input_shapes flag is not specified. Always use "
+ "--input_shapes flag with frozen graphs."),
Flag("input_data_type", parsed_flags.input_data_type.bind(),
parsed_flags.input_data_type.default_value(),
"Deprecated: use --input_data_types instead. Input array type, if "