Disable the toco binary in pip feature until it can used shared libs (#18061)
authorAndrew Selle <aselle@andyselle.com>
Thu, 29 Mar 2018 14:59:46 +0000 (07:59 -0700)
committerRasmus Munk Larsen <rmlarsen@google.com>
Thu, 29 Mar 2018 14:59:46 +0000 (07:59 -0700)
commit86868a156860877fc6e8c3393baf4942b6b7dbd4
tree8afaf125e7663a8c7a77aaa4dc614befeda1aab7
parent481dca1987e030f9986ce16ae05142617d631641
Disable the toco binary in pip feature until it can used shared libs (#18061)

* Disable the toco binary in pip feature until it can used shared libraries.

The binary size was doubled by the saved model change. Since to process
saved models most of the TensorFlow runtime is needed. A workaround to
this is in the works and should be submitted in the next couple weeks.

* Fix linter errors with unused tensorflow libs

* Mollify the linter by removing os.
tensorflow/contrib/lite/toco/python/BUILD
tensorflow/contrib/lite/toco/python/toco_wrapper.py
tensorflow/tools/pip_package/build_pip_package.sh