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

Function TEST

tensorflow/core/platform/numa_test.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace internal {
23
24TEST(Numa, NumNodes) {
25 if (port::NUMAEnabled()) {
26 EXPECT_GE(port::NUMANumNodes(), 1);
27 }
28}
29
30TEST(Numa, Malloc) {
31 if (port::NUMAEnabled()) {

Callers

nothing calls this directly

Calls 7

NUMAEnabledFunction · 0.50
NUMANumNodesFunction · 0.50
NUMAMallocFunction · 0.50
NUMAGetMemAffinityFunction · 0.50
NUMAFreeFunction · 0.50

Tested by

no test coverage detected