Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
class
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
setUp
Method · 0.45
setUp
Method · 0.45
Calls
1
configure_virtual_cpus
Function · 0.85
Tested by
no test coverage detected