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

Function CPUFamily

tensorflow/core/platform/cpu_info.cc:329–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329int CPUFamily() {
330#ifdef PLATFORM_IS_X86
331 InitCPUIDInfo();
332 return cpuid->family();
333#else
334 return 0;
335#endif
336}
337
338int CPUModelNum() {
339#ifdef PLATFORM_IS_X86

Callers 1

GetLocalCPUInfoFunction · 0.85

Calls 2

InitCPUIDInfoFunction · 0.85
familyMethod · 0.80

Tested by

no test coverage detected