aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/BUILD
diff options
context:
space:
mode:
authorGravatar Andrew Selle <aselle@google.com>2018-08-20 16:29:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 16:32:31 -0700
commit631e86bf2d07ee6a530f552c8e7a484e1a28a0e1 (patch)
treee8e2c88270265c9e3d7b130e4cdd868201d5eb47 /tensorflow/contrib/BUILD
parentfc4504edb1ab419ae59b0ebb9ff8d943beb61117 (diff)
Enable TOCO and TFLite In Windows.
- Include in pip build command - Fix use of subprocess to not use unsupported flag on windows. - Fix __init__ in contrib to include tflite PiperOrigin-RevId: 209505929
Diffstat (limited to 'tensorflow/contrib/BUILD')
-rw-r--r--tensorflow/contrib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index 23bb783e22..f7e3c8d8fb 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -64,6 +64,7 @@ py_library(
"//tensorflow/contrib/linalg:linalg_py",
"//tensorflow/contrib/linear_optimizer:sdca_estimator_py",
"//tensorflow/contrib/linear_optimizer:sdca_ops_py",
+ "//tensorflow/contrib/lite/python:lite",
"//tensorflow/contrib/lookup:lookup_py",
"//tensorflow/contrib/losses:losses_py",
"//tensorflow/contrib/losses:metric_learning_py",
@@ -135,7 +136,6 @@ py_library(
# This is an issue with the tensorrt static library and will be fixed by
# the next tensorrt release, so fix the order here after that.
"//tensorflow/contrib/tensorrt:init_py", # doesn't compile on windows
- "//tensorflow/contrib/lite/python:lite", # unix dependency, need to fix code
]),
)