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

Method setUp

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

Source from the content-addressed store, hash-verified

1067class EagerTensorCacheTest(test_util.TensorFlowTestCase):
1068
1069 def setUp(self):
1070 super(EagerTensorCacheTest, self).setUp()
1071 configure_virtual_cpus()
1072
1073 def testCacheSkipsTensorsTooLarge(self):
1074 cache = context._EagerTensorCache(max_items=100, max_tensor_size=3)

Callers

nothing calls this directly

Calls 2

configure_virtual_cpusFunction · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected