Fix tflite_convert + Flex with bazel build.

PiperOrigin-RevId: 219331511
This commit is contained in:
Yu-Cheng Ling 2018-10-30 11:10:01 -07:00 committed by TensorFlower Gardener
parent 6b8e08a932
commit 3786aa194c

View File

@ -39,6 +39,7 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
":tensorflow_wrap_toco",
"//tensorflow:tensorflow_py_no_contrib", # Keep
"//tensorflow/python:platform",
],
)