fix unbalanced delimiter in benchmark_model doc

as reported in https://github.com/tensorflow/tensorflow/issues/22499,
there is unbalanced delimiter `"`
This commit is contained in:
Koan-Sin Tan 2018-09-26 13:23:14 +08:00
parent f2b17b22e1
commit bd2524f16f

View File

@ -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" \