23.08
|
Go to the documentation of this file.
24 #ifndef SRC_COMMON_CPUINFO_CPUMODEL_H
25 #define SRC_COMMON_CPUINFO_CPUMODEL_H
bool model_supports_dot(CpuModel model)
Check if a model supports dot product.
CPUModel
CPU models types.
CpuModel midr_to_model(uint32_t midr)
Extract the model type from the MIDR value.
bool model_supports_fp16(CpuModel model)
Check if a model supports half-precision floating point arithmetic.
Copyright (c) 2017-2023 Arm Limited.
std::string cpu_model_to_string(CpuModel model)
Convert a CPU model value to a string.