Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ CPUVendorIDString
Function
CPUVendorIDString
tensorflow/core/platform/cpu_info.cc:320–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
std::string CPUVendorIDString() {
321
#ifdef PLATFORM_IS_X86
322
InitCPUIDInfo();
323
return cpuid->vendor_str();
324
#else
325
return
""
;
326
#endif
327
}
328
329
int CPUFamily() {
330
#ifdef PLATFORM_IS_X86
Callers
1
GetLocalCPUInfo
Function · 0.85
Calls
2
InitCPUIDInfo
Function · 0.85
vendor_str
Method · 0.80
Tested by
no test coverage detected