Home
last modified time | relevance | path

Searched refs:cpu_model_to_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/common/cpuinfo/
H A DCpuModel.h44 std::string cpu_model_to_string(CpuModel model);
H A DCpuModel.cpp30 std::string cpu_model_to_string(CpuModel model) in cpu_model_to_string() function
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp250 … p->print_entry("CPU" + support::cpp11::to_string(j), cpuinfo::cpu_model_to_string(model)); in main()