From 2f4812db431729a032c0ea304fc4b2fdd012fb05 Mon Sep 17 00:00:00 2001 From: Karim Nosir Date: Wed, 29 Jan 2020 17:14:05 -0800 Subject: [PATCH] Update instructions and remove --cxxopt='--std=c++11' PiperOrigin-RevId: 292250205 Change-Id: I0e89850432d34270f300dc56a1ab518a72374f68 --- tensorflow/lite/tools/benchmark/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/tools/benchmark/README.md b/tensorflow/lite/tools/benchmark/README.md index 81640e02a8a..b8011cfbfe3 100644 --- a/tensorflow/lite/tools/benchmark/README.md +++ b/tensorflow/lite/tools/benchmark/README.md @@ -84,7 +84,6 @@ and the following optional parameters: ``` bazel build -c opt \ --config=android_arm \ - --cxxopt='--std=c++11' \ tensorflow/lite/tools/benchmark:benchmark_model ```