MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / setUp

Method setUp

tensorflow/python/eager/core_test.py:1034–1036  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1032 'client_terminated', False))[0]
1033
1034 def setUp(self):
1035 super(SendRecvTest, self).setUp()
1036 configure_virtual_cpus()
1037
1038 def testBasic(self):
1039 t0 = constant_op.constant(1.0)

Callers

nothing calls this directly

Calls 2

configure_virtual_cpusFunction · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected