MCPcopy 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
320std::string CPUVendorIDString() {
321#ifdef PLATFORM_IS_X86
322 InitCPUIDInfo();
323 return cpuid->vendor_str();
324#else
325 return "";
326#endif
327}
328
329int CPUFamily() {
330#ifdef PLATFORM_IS_X86

Callers 1

GetLocalCPUInfoFunction · 0.85

Calls 2

InitCPUIDInfoFunction · 0.85
vendor_strMethod · 0.80

Tested by

no test coverage detected