aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/losses
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/losses
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/losses')
-rw-r--r--tensorflow/contrib/losses/BUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/tensorflow/contrib/losses/BUILD b/tensorflow/contrib/losses/BUILD
index 33fbbe12d3..515290e217 100644
--- a/tensorflow/contrib/losses/BUILD
+++ b/tensorflow/contrib/losses/BUILD
@@ -19,12 +19,19 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
+ ":metric_learning_py",
"//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:array_ops",
+ "//tensorflow/python:control_flow_ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:logging_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:nn",
"//tensorflow/python:nn_ops",
+ "//tensorflow/python:script_ops",
+ "//tensorflow/python:sparse_ops",
+ "//tensorflow/python:sparse_tensor",
+ "//tensorflow/python:summary",
"//tensorflow/python:util",
],
)
@@ -59,13 +66,16 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
- "//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:array_ops",
+ "//tensorflow/python:control_flow_ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:logging_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:nn",
- "//tensorflow/python:nn_ops",
"//tensorflow/python:script_ops",
+ "//tensorflow/python:sparse_ops",
+ "//tensorflow/python:sparse_tensor",
+ "//tensorflow/python:summary",
"//tensorflow/python:util",
],
)
@@ -78,18 +88,11 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":metric_learning_py",
- "//tensorflow/contrib/framework:framework_py",
- "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
- "//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:init_ops",
"//tensorflow/python:math_ops",
- "//tensorflow/python:random_ops",
- "//tensorflow/python:random_seed",
- "//tensorflow/python:training",
- "//tensorflow/python:variable_scope",
- "//tensorflow/python:variables",
+ "//tensorflow/python:nn",
+ "//tensorflow/python:sparse_tensor",
"//third_party/py/numpy",
],
)