aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2017-07-28 09:25:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-28 09:28:24 -0700
commit046f912bb5e18fae87cf96ec04d035dddde633ad (patch)
tree6efeccfb39fb1021d0d656ec4570014819c3b898 /tensorflow
parent34c49b133dab0becf25da6ce7199131e6f726a04 (diff)
removing decorators that are no longer necessary
PiperOrigin-RevId: 163478030
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/python/client/session_clusterspec_prop_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/client/session_clusterspec_prop_test.py b/tensorflow/python/client/session_clusterspec_prop_test.py
index 1ce2b7d7c3..6a89755bbd 100644
--- a/tensorflow/python/client/session_clusterspec_prop_test.py
+++ b/tensorflow/python/client/session_clusterspec_prop_test.py
@@ -164,7 +164,6 @@ class SessionClusterSpecPropagationTest(test_util.TensorFlowTestCase):
== dev_stats.device and 'Const' == node_stats.node_name
]))
- @test_util.disable_c_api # Operation._set_device doesn't work with C API
def testMultipleLocalDevices(self):
# Note: CPU->CPU transfers have a fast-path in
# BaseRemoteRendezvous::SameWorkerRecvDone that means the test doesn't
@@ -211,7 +210,6 @@ class SessionClusterSpecPropagationTest(test_util.TensorFlowTestCase):
output = sess.run(sum3)
self.assertEqual(40, output)
- @test_util.disable_c_api # Operation._set_device doesn't work with C API
def testLegacyDeviceNames(self):
server1 = server_lib.Server.create_local_server()
server2 = server_lib.Server.create_local_server()