Remove unused BUILD dependencies
PiperOrigin-RevId: 178287366
This commit is contained in:
parent
7772360b9f
commit
488f09179f
@ -269,13 +269,11 @@ cc_library(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "conv_ops_gpu_hdrs",
|
name = "conv_ops_gpu_hdrs",
|
||||||
hdrs = ["conv_ops_gpu.h"],
|
hdrs = ["conv_ops_gpu.h"],
|
||||||
deps = ["//third_party/eigen3"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "gpu_util_hdrs",
|
name = "gpu_util_hdrs",
|
||||||
hdrs = ["gpu_utils.h"],
|
hdrs = ["gpu_utils.h"],
|
||||||
deps = ["//third_party/eigen3"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_cc_test(
|
tf_cc_test(
|
||||||
|
@ -233,7 +233,6 @@ cc_library(
|
|||||||
":safe_ptr",
|
":safe_ptr",
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//third_party/py/numpy:headers",
|
|
||||||
"//util/python:python_headers",
|
"//util/python:python_headers",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user