aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/receptive_field
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-30 07:22:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-30 07:28:55 -0700
commitef4490f637e17f3ce599f55522e63d06f470e540 (patch)
tree84d51477d3fb3f76147f6fb70be99d51745a7bd1 /tensorflow/contrib/receptive_field
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/receptive_field')
-rw-r--r--tensorflow/contrib/receptive_field/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/receptive_field/BUILD b/tensorflow/contrib/receptive_field/BUILD
index ed2f3af08c..d16b2908a0 100644
--- a/tensorflow/contrib/receptive_field/BUILD
+++ b/tensorflow/contrib/receptive_field/BUILD
@@ -39,7 +39,9 @@ py_library(
deps = [
":graph_compute_order_py",
"//tensorflow/contrib/util:util_py",
+ "//tensorflow/python:framework_ops",
"//tensorflow/python:platform",
+ "//third_party/py/numpy",
],
)
@@ -49,12 +51,13 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":receptive_field_py",
- "//tensorflow/contrib/framework:framework_py",
"//tensorflow/contrib/slim",
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:dtypes",
+ "//tensorflow/python:framework_ops",
"//tensorflow/python:nn",
+ "//third_party/py/numpy",
],
)