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

Method setUp

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

Source from the content-addressed store, hash-verified

78class TFETest(test_util.TensorFlowTestCase):
79
80 def setUp(self):
81 super(TFETest, self).setUp()
82 configure_virtual_cpus()
83
84 def _test_hashable(self, a, b, hashable):
85 if hashable:

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

configure_virtual_cpusFunction · 0.85

Tested by

no test coverage detected