Further BUILD cleanup

PiperOrigin-RevId: 163360750
This commit is contained in:
A. Unique TensorFlower 2017-07-27 10:47:44 -07:00 committed by TensorFlower Gardener
parent 376bb063b7
commit 86ca3506f5
4 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,6 @@ cc_library(
":tfprof_utils",
"//tensorflow/c:c_api",
"//tensorflow/c:checkpoint_reader",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:regexp_internal",

View File

@ -25,6 +25,7 @@ cc_binary(
"//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)

View File

@ -16,7 +16,6 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
"//third_party/py/numpy",
],
)

View File

@ -23,6 +23,7 @@ cc_library(
"//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)