Nit: Add a missing "\" in lite benchmark documentation

PiperOrigin-RevId: 229858857
This commit is contained in:
A. Unique TensorFlower 2019-01-17 19:02:03 -08:00 committed by TensorFlower Gardener
parent c10447d959
commit 2a5abdb778

View File

@ -51,7 +51,7 @@ and can be appended to the `args` string alongside the required `--graph` flag
args key).
```
adb shell am start -S -n
adb shell am start -S -n \
org.tensorflow.lite.benchmark/org.tensorflow.lite.benchmark.BenchmarkModelActivity \
--es args '"--graph=/data/local/tmp/mobilenet_quant_v1_224.tflite --num_threads=4"'
```