aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/fused_conv
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/fused_conv')
-rw-r--r--tensorflow/contrib/fused_conv/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/fused_conv/BUILD b/tensorflow/contrib/fused_conv/BUILD
index 31917b40eb..ce37672895 100644
--- a/tensorflow/contrib/fused_conv/BUILD
+++ b/tensorflow/contrib/fused_conv/BUILD
@@ -38,7 +38,6 @@ tf_custom_op_py_library(
":fused_conv2d_bias_activation_op",
"//tensorflow/contrib/util:util_py",
"//tensorflow/python:array_ops",
- "//tensorflow/python:client",
"//tensorflow/python:client_testlib",
"//tensorflow/python:constant_op",
"//tensorflow/python:control_flow_ops",
@@ -49,6 +48,7 @@ tf_custom_op_py_library(
"//tensorflow/python:nn_ops",
"//tensorflow/python:platform",
"//tensorflow/python:random_ops",
+ "//tensorflow/python:session",
"//tensorflow/python:util",
"//tensorflow/python:variables",
"//third_party/py/numpy",
@@ -69,7 +69,7 @@ tf_kernel_library(
"//tensorflow/core:lib",
"//tensorflow/core:lib_proto_parsing",
"//tensorflow/core:stream_executor",
- "//tensorflow/core/kernels:bounds_check_lib",
+ "//tensorflow/core/kernels:bounds_check",
"//tensorflow/core/kernels:conv_2d_hdrs",
"//tensorflow/core/kernels:conv_ops_gpu_hdrs",
"//tensorflow/core/kernels:gpu_util_hdrs",