aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/contrib/metrics/BUILD9
-rw-r--r--tensorflow/contrib/signal/BUILD4
-rw-r--r--tensorflow/contrib/specs/BUILD5
-rw-r--r--tensorflow/contrib/stateless/BUILD1
-rw-r--r--tensorflow/contrib/testing/BUILD1
-rw-r--r--tensorflow/contrib/text/BUILD2
-rw-r--r--tensorflow/contrib/training/BUILD36
-rw-r--r--tensorflow/contrib/util/BUILD2
-rw-r--r--tensorflow/contrib/verbs/BUILD11
9 files changed, 29 insertions, 42 deletions
diff --git a/tensorflow/contrib/metrics/BUILD b/tensorflow/contrib/metrics/BUILD
index 8b792a0f68..c0741f2997 100644
--- a/tensorflow/contrib/metrics/BUILD
+++ b/tensorflow/contrib/metrics/BUILD
@@ -31,7 +31,6 @@ py_library(
"//tensorflow/python:check_ops",
"//tensorflow/python:confusion_matrix",
"//tensorflow/python:control_flow_ops",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:histogram_ops",
"//tensorflow/python:init_ops",
@@ -40,11 +39,9 @@ py_library(
"//tensorflow/python:nn",
"//tensorflow/python:nn_ops",
"//tensorflow/python:sets",
- "//tensorflow/python:sparse_ops",
"//tensorflow/python:state_ops",
"//tensorflow/python:util",
"//tensorflow/python:variable_scope",
- "//tensorflow/python:variables",
],
)
@@ -58,9 +55,6 @@ py_test(
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:platform_test",
- "//third_party/py/numpy",
],
)
@@ -74,8 +68,6 @@ py_test(
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:platform_test",
"//tensorflow/python:variables",
"//third_party/py/numpy",
],
@@ -98,6 +90,7 @@ py_test(
"//tensorflow/python:math_ops",
"//tensorflow/python:platform_test",
"//tensorflow/python:random_ops",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python:variables",
"//third_party/py/numpy",
],
diff --git a/tensorflow/contrib/signal/BUILD b/tensorflow/contrib/signal/BUILD
index 5b65a6ae05..1d9cce239a 100644
--- a/tensorflow/contrib/signal/BUILD
+++ b/tensorflow/contrib/signal/BUILD
@@ -12,8 +12,10 @@ py_library(
srcs_version = "PY2AND3",
deps = [
"//tensorflow/python:array_ops",
- "//tensorflow/python:framework",
+ "//tensorflow/python:dtypes",
+ "//tensorflow/python:framework_ops",
"//tensorflow/python:math_ops",
+ "//tensorflow/python:util",
],
)
diff --git a/tensorflow/contrib/specs/BUILD b/tensorflow/contrib/specs/BUILD
index dfdbb61dcc..b60a1ef61e 100644
--- a/tensorflow/contrib/specs/BUILD
+++ b/tensorflow/contrib/specs/BUILD
@@ -25,15 +25,12 @@ py_library(
"//tensorflow/contrib/layers:layers_py",
"//tensorflow/contrib/ndlstm",
"//tensorflow/python:array_ops",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:logging_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:nn",
"//tensorflow/python:nn_ops",
- "//tensorflow/python:ops",
- "//tensorflow/python:platform",
- "//tensorflow/python:training",
+ "//tensorflow/python:util",
"//tensorflow/python:variable_scope",
],
)
diff --git a/tensorflow/contrib/stateless/BUILD b/tensorflow/contrib/stateless/BUILD
index 1d9c1ffa50..598e6513ae 100644
--- a/tensorflow/contrib/stateless/BUILD
+++ b/tensorflow/contrib/stateless/BUILD
@@ -21,6 +21,7 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":stateless_random_ops",
+ "//tensorflow/python:util",
],
)
diff --git a/tensorflow/contrib/testing/BUILD b/tensorflow/contrib/testing/BUILD
index 225a1ccd12..0be6aa755b 100644
--- a/tensorflow/contrib/testing/BUILD
+++ b/tensorflow/contrib/testing/BUILD
@@ -16,6 +16,7 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python:summary",
"//tensorflow/python:training",
"//third_party/py/numpy",
diff --git a/tensorflow/contrib/text/BUILD b/tensorflow/contrib/text/BUILD
index 6bcb03238c..8a2cb28684 100644
--- a/tensorflow/contrib/text/BUILD
+++ b/tensorflow/contrib/text/BUILD
@@ -101,8 +101,6 @@ py_test(
"//tensorflow/python:errors",
"//tensorflow/python:lookup_ops",
"//tensorflow/python:math_ops",
- "//tensorflow/python:platform",
- "//tensorflow/python:platform_test",
"//tensorflow/python:random_seed",
"//tensorflow/python:training",
],
diff --git a/tensorflow/contrib/training/BUILD b/tensorflow/contrib/training/BUILD
index 1180ea9299..086372019c 100644
--- a/tensorflow/contrib/training/BUILD
+++ b/tensorflow/contrib/training/BUILD
@@ -41,24 +41,25 @@ py_library(
"//tensorflow/python:control_flow_ops",
"//tensorflow/python:data_flow_ops",
"//tensorflow/python:errors",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:logging_ops",
"//tensorflow/python:math_ops",
- "//tensorflow/python:ops",
"//tensorflow/python:parsing_ops",
"//tensorflow/python:platform",
"//tensorflow/python:random_ops",
"//tensorflow/python:script_ops",
+ "//tensorflow/python:sparse_ops",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python:state_ops",
"//tensorflow/python:string_ops",
"//tensorflow/python:summary",
"//tensorflow/python:tensor_array_ops",
+ "//tensorflow/python:tensor_util",
"//tensorflow/python:training",
"//tensorflow/python:util",
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
- "//tensorflow/python/estimator:estimator_py",
+ "//tensorflow/python/estimator:inputs_queues",
"//third_party/py/numpy",
"@six_archive//:six",
],
@@ -74,7 +75,6 @@ py_test(
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:training",
"//tensorflow/python:variables",
],
@@ -91,7 +91,6 @@ py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:random_ops",
"//tensorflow/python:string_ops",
@@ -107,12 +106,13 @@ py_test(
tags = ["manual"],
deps = [
":training_py",
+ "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:random_ops",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python:string_ops",
"//tensorflow/python:training",
"//tensorflow/python:variables",
@@ -128,6 +128,7 @@ py_test(
deps = [
":training_py",
"//tensorflow/python:client_testlib",
+ "@six_archive//:six",
],
)
@@ -142,7 +143,6 @@ py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:control_flow_ops",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:variables",
"//third_party/py/numpy",
@@ -160,13 +160,12 @@ py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:control_flow_ops",
"//tensorflow/python:errors",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:logging_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
"//tensorflow/python:random_ops",
+ "//tensorflow/python:random_seed",
"//tensorflow/python:training",
"//tensorflow/python:variables",
"//third_party/py/numpy",
@@ -186,11 +185,10 @@ py_test(
":training_py",
"//tensorflow/python:client_testlib",
"//tensorflow/python:data_flow_ops",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:random_ops",
+ "//tensorflow/python:random_seed",
"//tensorflow/python:training",
"//tensorflow/python:variables",
],
@@ -206,10 +204,11 @@ py_test(
":training_py",
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
+ "//tensorflow/python:control_flow_ops",
"//tensorflow/python:data_flow_ops",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python:training",
"//third_party/py/numpy",
],
@@ -223,12 +222,9 @@ py_test(
tags = ["manual"],
deps = [
":training_py",
- "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
- "//tensorflow/python:data_flow_ops",
+ "//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:math_ops",
"//tensorflow/python:parsing_ops",
"//tensorflow/python:training",
"//third_party/py/numpy",
@@ -255,11 +251,10 @@ py_test(
"//tensorflow/python:array_ops",
"//tensorflow/python:client",
"//tensorflow/python:client_testlib",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
+ "//tensorflow/python:random_seed",
"//tensorflow/python:state_ops",
"//tensorflow/python:summary",
"//tensorflow/python:training",
@@ -278,14 +273,11 @@ py_test(
":training_py",
"//tensorflow/contrib/framework:framework_py",
"//tensorflow/contrib/layers:layers_py",
- "//tensorflow/contrib/losses:losses_py",
- "//tensorflow/python:client",
"//tensorflow/python:client_testlib",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
+ "//tensorflow/python:random_seed",
"//tensorflow/python:training",
"//tensorflow/python:variables",
"//tensorflow/python/ops/losses",
diff --git a/tensorflow/contrib/util/BUILD b/tensorflow/contrib/util/BUILD
index 5ad8e3dd35..5575fb3570 100644
--- a/tensorflow/contrib/util/BUILD
+++ b/tensorflow/contrib/util/BUILD
@@ -27,7 +27,6 @@ cc_binary(
srcs = ["convert_graphdef_memmapped_format.cc"],
deps = [
":convert_graphdef_memmapped_format_lib",
- "//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
],
@@ -69,6 +68,7 @@ py_library(
deps = [
"//tensorflow/python:framework",
"//tensorflow/python:platform",
+ "//tensorflow/python:tensor_util",
"//tensorflow/python:util",
],
)
diff --git a/tensorflow/contrib/verbs/BUILD b/tensorflow/contrib/verbs/BUILD
index e747fa4c9e..5f062cde89 100644
--- a/tensorflow/contrib/verbs/BUILD
+++ b/tensorflow/contrib/verbs/BUILD
@@ -66,9 +66,8 @@ cc_library(
":grpc_verbs_service_impl",
":rdma_mgr",
":verbs_service_proto_cc",
- "//tensorflow/core:lib",
+ "//tensorflow/core:lib_internal",
"//tensorflow/core/distributed_runtime:session_mgr",
- "//tensorflow/core/distributed_runtime:worker_env",
"//tensorflow/core/distributed_runtime/rpc:async_service_interface",
"//tensorflow/core/distributed_runtime/rpc:grpc_call",
"//tensorflow/core/distributed_runtime/rpc:grpc_util",
@@ -107,8 +106,8 @@ cc_library(
hdrs = ["rdma_rendezvous_mgr.h"],
deps = [
":rdma_mgr",
+ ":verbs_util",
"//tensorflow/core:core_cpu_internal",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core/distributed_runtime:base_rendezvous_mgr",
"//tensorflow/core/distributed_runtime:worker_env",
@@ -122,10 +121,11 @@ cc_library(
deps = [
":grpc_verbs_client",
":rdma",
+ ":verbs_service_proto_cc",
"//tensorflow/core:core_cpu_internal",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
+ "//tensorflow/core/distributed_runtime:session_mgr",
"//tensorflow/core/distributed_runtime:worker_env",
"//tensorflow/core/distributed_runtime/rpc:grpc_channel",
"//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache",
@@ -144,6 +144,7 @@ cc_library(
":verbs_util",
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
+ "//tensorflow/core:framework_internal",
"//tensorflow/core:gpu_runtime",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
@@ -162,6 +163,8 @@ cc_library(
":grpc_verbs_service",
":rdma_mgr",
":rdma_rendezvous_mgr",
+ "//tensorflow/core:lib",
+ "//tensorflow/core/distributed_runtime:server_lib",
"//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
],
alwayslink = 1,