aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/losses
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-21 03:01:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-21 03:04:38 -0700
commit50d1c07a42c60c25c409449136359c9ff8262944 (patch)
tree50156419c7858f03c57842f4cacbe5d31411936c /tensorflow/contrib/losses
parentc936bedaa07fdf3720a19c8cae6d6edc4e7db256 (diff)
Selected BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 159673079
Diffstat (limited to 'tensorflow/contrib/losses')
-rw-r--r--tensorflow/contrib/losses/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/contrib/losses/BUILD b/tensorflow/contrib/losses/BUILD
index d9074e385a..f75b0aa1b3 100644
--- a/tensorflow/contrib/losses/BUILD
+++ b/tensorflow/contrib/losses/BUILD
@@ -38,12 +38,11 @@ py_test(
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
"//tensorflow/python:init_ops",
"//tensorflow/python:math_ops",
- "//tensorflow/python:platform_test",
+ "//tensorflow/python:random_ops",
+ "//tensorflow/python:random_seed",
"//tensorflow/python:training",
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",