23.08
|
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
arm_compute::cpuinfo | |
Typedefs | |
using | CpuModel = arm_compute::CPUModel |
Functions | |
std::string | cpu_model_to_string (CpuModel model) |
Convert a CPU model value to a string. More... | |
CpuModel | midr_to_model (uint32_t midr) |
Extract the model type from the MIDR value. More... | |
bool | model_supports_fp16 (CpuModel model) |
Check if a model supports half-precision floating point arithmetic. More... | |
bool | model_supports_dot (CpuModel model) |
Check if a model supports dot product. More... | |