From 93a975e114ee1c35f01ed3bdd47170e6f7129014 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Fri, 17 Feb 2017 17:05:49 -0800 Subject: Merge changes from github. Change: 147897309 --- tensorflow/python/BUILD | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'tensorflow/python/BUILD') diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 5353035b18..04e1afaf81 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -2636,7 +2636,6 @@ cuda_py_tests( "training/proximal_gradient_descent_test.py", "training/queue_runner_test.py", "training/rmsprop_test.py", - "training/saver_test.py", "training/slot_creator_test.py", "training/tensorboard_logging_test.py", "training/training_ops_test.py", @@ -2678,6 +2677,41 @@ cuda_py_tests( ], ) +cuda_py_test( + name = "saver_test", + size = "medium", + srcs = [ + "training/saver_test.py", + ], + additional_deps = [ + ":array_ops", + ":client_testlib", + ":control_flow_ops", + ":data_flow_ops", + ":data_flow_ops_gen", + ":errors", + ":gradients", + ":math_ops", + ":nn_grad", + ":nn_ops", + ":partitioned_variables", + ":platform", + ":platform_test", + ":pywrap_tensorflow", + ":random_ops", + ":resource_variable_ops", + ":sparse_ops", + ":summary", + ":training", + ":util", + ":variable_scope", + ":variables", + "//third_party/py/numpy", + "@six_archive//:six", + "//tensorflow/core:protos_all_py", + ], +) + py_test( name = "saver_large_variable_test", size = "small", -- cgit v1.2.3