aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-19 03:19:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-19 03:24:42 -0700
commitac7530e54ddaa17c17e070e5a141002c43b86275 (patch)
treedcb6beada8a0600c5ba31ef7084291c2c3505cd0 /tensorflow/contrib/bayesflow
parenta555b786bb5ca046ffe2bbb2b1615ab24851e954 (diff)
Further BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 162466482
Diffstat (limited to 'tensorflow/contrib/bayesflow')
-rw-r--r--tensorflow/contrib/bayesflow/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/bayesflow/BUILD b/tensorflow/contrib/bayesflow/BUILD
index ab090aaa88..71828f084d 100644
--- a/tensorflow/contrib/bayesflow/BUILD
+++ b/tensorflow/contrib/bayesflow/BUILD
@@ -16,11 +16,13 @@ py_library(
srcs = ["__init__.py"] + glob(["python/ops/*.py"]),
srcs_version = "PY2AND3",
deps = [
+ "//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:array_ops",
"//tensorflow/python:check_ops",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
"//tensorflow/python:nn",
+ "//tensorflow/python:nn_ops",
"//tensorflow/python:platform",
"//tensorflow/python:training",
"//tensorflow/python:util",