MCPcopy Create free account
hub / github.com/OAID/Tengine / GetCPUModelString

Method GetCPUModelString

executor/lib/cpu_info.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53const char* CPUInfo::GetCPUModelString(int cpu_id) const
54{
55 int cpu_model = GetCPUModel(cpu_id);
56
57 if(cpu_model < 0)
58 return nullptr;
59
60 return cpu_model_table[cpu_model];
61}
62} // namespace TEngine

Callers 3

RealFindNodeOpsMethod · 0.80
SelectFuncFunction · 0.80
SelectFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected