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

Method GetCPUArch

executor/include/cpu_info.hpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 int GetCPUArch(int cpu_id) const
61 {
62 struct cpu_cluster* cluster = find_cluster(cpu_id);
63 return cluster->cpu_arch;
64 }
65
66 int GetMaxFreq(int cpu_id) const
67 {

Callers 1

RealFindNodeOpsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected