aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/benchmark
diff options
context:
space:
mode:
authorGravatar Koan-Sin Tan <koansin.tan@gmail.com>2018-09-26 13:23:14 +0800
committerGravatar Koan-Sin Tan <koansin.tan@gmail.com>2018-09-26 13:23:14 +0800
commitbd2524f16f3722cce2360ec5f7122c6b6f1ead49 (patch)
treee12793e5ce1c2aa5eb9c1363ed29e1d9d5bdadee /tensorflow/tools/benchmark
parentf2b17b22e12bd743b66945070f338f70b5fa3332 (diff)
fix unbalanced delimiter in benchmark_model doc
as reported in https://github.com/tensorflow/tensorflow/issues/22499, there is unbalanced delimiter `"`
Diffstat (limited to 'tensorflow/tools/benchmark')
-rw-r--r--tensorflow/tools/benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/benchmark/README.md b/tensorflow/tools/benchmark/README.md
index e64af2bfe1..dee1a20f3f 100644
--- a/tensorflow/tools/benchmark/README.md
+++ b/tensorflow/tools/benchmark/README.md
@@ -32,7 +32,7 @@ adb push bazel-bin/tensorflow/tools/benchmark/benchmark_model /data/local/tmp
(4) Run the benchmark. For example:
```
-adb shell "/data/local/tmp/benchmark_model \
+adb shell /data/local/tmp/benchmark_model \
--graph=/data/local/tmp/tensorflow_inception_graph.pb \
--input_layer="input:0" \
--input_layer_shape="1,224,224,3" \