aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-27 19:46:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-27 19:46:44 -0700
commit77f3d7f24abed299a0d907b3cdc8a902d4a5ec57 (patch)
treedf07cdc8169c6159715272dabff4a34e20444171 /tensorflow/tools
parent70f071f7afb2deffddbd9937d7a76b1e1c0b2b75 (diff)
parentbd2524f16f3722cce2360ec5f7122c6b6f1ead49 (diff)
Merge pull request #22521 from freedomtan:benchmark_model_doc_android
PiperOrigin-RevId: 214877195
Diffstat (limited to 'tensorflow/tools')
-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" \