aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nn
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-25 04:19:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-25 04:23:53 -0700
commit6b7fdadeb3dcaef5331596adf116f5ffb02c225a (patch)
treebbd9afb6245d299f0a9006c618e00c17dbd65ae0 /tensorflow/contrib/nn
parent25c4f279402c3f9516314ee40ee398fc57ffb78e (diff)
BUILD cleanup
PiperOrigin-RevId: 166461274
Diffstat (limited to 'tensorflow/contrib/nn')
-rw-r--r--tensorflow/contrib/nn/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/contrib/nn/BUILD b/tensorflow/contrib/nn/BUILD
index a5535e771b..4b7288e235 100644
--- a/tensorflow/contrib/nn/BUILD
+++ b/tensorflow/contrib/nn/BUILD
@@ -23,9 +23,14 @@ py_library(
visibility = ["//visibility:public"],
deps = [
"//tensorflow/python:array_ops",
+ "//tensorflow/python:dtypes",
+ "//tensorflow/python:embedding_ops",
"//tensorflow/python:framework_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:nn",
+ "//tensorflow/python:random_ops",
+ "//tensorflow/python:tensor_shape",
+ "//tensorflow/python:tensor_util",
"//tensorflow/python:util",
],
)