contrib/lite: avoid building benchmark_model in build_ios_universal_lib.sh (#17796)
authorCédric Deltheil <355031+deltheil@users.noreply.github.com>
Thu, 5 Apr 2018 23:56:20 +0000 (01:56 +0200)
committerAndrew Harp <andrewharp@users.noreply.github.com>
Thu, 5 Apr 2018 23:56:20 +0000 (19:56 -0400)
commit261222e69e4e0ecab044c2fd74531b574a66d812
treee1b7b40d436516ef7186ba04db6cf8e879a26796
parent8b9509c2ae41e2fc1c925ec14903b09a14b84803
contrib/lite: avoid building benchmark_model in build_ios_universal_lib.sh (#17796)

It is not needed part of this script. In addition, since f0633ec benchmark_model
now depends on //tensorflow/core library which is not taken into account by the
Makefile from contrib/lite, and thus causes failure:

$ ./build_ios_universal_lib.sh
...
In file included from tensorflow/contrib/lite/tools/benchmark_model.cc:29:
In file included from ./tensorflow/core/platform/env.h:24:
In file included from ./tensorflow/core/lib/core/errors.h:21:
./tensorflow/core/lib/core/status.h:23:10: fatal error: 'tensorflow/core/lib/core/error_codes.pb.h' file not found
#include "tensorflow/core/lib/core/error_codes.pb.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
tensorflow/contrib/lite/build_ios_universal_lib.sh