aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/compiler
diff options
context:
space:
mode:
authorGravatar Yanan Cao <ycao@google.com>2018-09-22 01:06:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-22 01:09:53 -0700
commitc6df472e243d6e084dc000022857e08316430b16 (patch)
tree7541b4fdfbe7ebf0a828984fa107b880ffb5bd06 /tensorflow/contrib/compiler
parent6bfb26e1a3dc6a381829e6e8759cf2d441260738 (diff)
Internal changes
PiperOrigin-RevId: 214096165
Diffstat (limited to 'tensorflow/contrib/compiler')
-rw-r--r--tensorflow/contrib/compiler/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/compiler/BUILD b/tensorflow/contrib/compiler/BUILD
index 67918316b2..f51bfc1b22 100644
--- a/tensorflow/contrib/compiler/BUILD
+++ b/tensorflow/contrib/compiler/BUILD
@@ -5,7 +5,10 @@ package(default_visibility = [":friends"])
package_group(
name = "friends",
includes = ["//tensorflow/compiler/jit:friends"],
- packages = ["//tensorflow/..."],
+ packages = [
+ "//tensorflow/...",
+ "//third_party/py/tensor2tensor/...",
+ ],
)
load("//tensorflow:tensorflow.bzl", "tf_py_test")