Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
namespace internal {
23
24
TEST(Numa, NumNodes) {
25
if (port::NUMAEnabled()) {
26
EXPECT_GE(port::NUMANumNodes(), 1);
27
}
28
}
29
30
TEST(Numa, Malloc) {
31
if (port::NUMAEnabled()) {
Callers
nothing calls this directly
Calls
7
NUMAEnabled
Function · 0.50
NUMANumNodes
Function · 0.50
NUMAMalloc
Function · 0.50
NUMAGetMemAffinity
Function · 0.50
NUMAFree
Function · 0.50
NUMAGetThreadNodeAffinity
Function · 0.50
NUMASetThreadNodeAffinity
Function · 0.50
Tested by
no test coverage detected