Searched refs:get_cpu_model (Results 1 – 20 of 20) sorted by relevance
68 CPUModel CPUInfo::get_cpu_model(unsigned int cpuid) const in get_cpu_model() function in CPUInfo111 CPUModel CPUInfo::get_cpu_model() const in get_cpu_model() function in CPUInfo114 return get_cpu_model(0); in get_cpu_model()116 return get_cpu_model(sched_getcpu()); in get_cpu_model()
71 switch (ci->get_cpu_model()) { in get_performance_parameters()90 switch(ci->get_cpu_model()) { in cls_a64_sgemm_8x12()
67 switch (ci->get_cpu_model()) { in get_performance_parameters()80 auto model = ci->get_cpu_model(); in cls_a64_hgemm_8x24()
71 switch(ci->get_cpu_model()) { in sgemm_8x6()
74 switch (ci->get_cpu_model()) { in get_performance_parameters()
76 switch (ci->get_cpu_model()) { in get_performance_parameters()
83 if (ci->get_cpu_model() == CPUModel::A55r1) { in cls_a64_smallK_hybrid_s8s32_dot_6x4()
83 if (ci->get_cpu_model() == CPUModel::A55r1) { in cls_a64_smallK_hybrid_u8u32_dot_6x4()
83 if (ci->get_cpu_model() == CPUModel::A55r1) { in cls_a64_smallK_hybrid_s8s32_dot_8x4()
83 if (ci->get_cpu_model() == CPUModel::A55r1) { in cls_a64_smallK_hybrid_u8u32_dot_8x4()
66 auto mod = ci->get_cpu_model(); in cls_a64_gemm_s8_8x12()
74 auto mod = ci->get_cpu_model(); in cls_a64_gemm_u8_8x12()
145 CPUModel get_cpu_model(unsigned int cpuid) const;150 CPUModel get_cpu_model() const;
108 … [](const GemmArgs &args) { return args._ci->get_cpu_model() == CPUModel::A53 && args._Ksize>4; }, in __anon6d71441c1002()
109 [](const GemmArgs &args) { return args._ci->get_cpu_model() == CPUModel::A53; }, in __anonb2d5b2910f02()
131 …[](const GemmArgs &args, const Requantize32 &) { return args._ci->get_cpu_model() == CPUModel::A53… in __anone0e3ee8d1202()
121 …[](const GemmArgs &args, const Requantize32 &) { return args._ci->get_cpu_model() == CPUModel::A53… in __anon949dab221002()
97 str << "[CPUCore " << k << "]" << to_string(arg._ci->get_cpu_model(0)) << " "; in to_string()
253 const CPUModel model = cpu_info.get_cpu_model(j); in main()
203 …if(NEScheduler::get().cpu_info().get_cpu_model() == CPUModel::A55r1 && enable_fast_math && input->… in get_convolution_method()