Compute Library
 21.02
CPPTypes.h File Reference
#include "arm_compute/core/Error.h"
#include <array>
#include <string>
#include <vector>

Go to the source code of this file.

Data Structures

class  CPUInfo
 
class  MEMInfo
 
struct  ThreadInfo
 Information about executing thread and CPU. More...
 

Namespaces

 arm_compute
 Copyright (c) 2017-2021 Arm Limited.
 

Enumerations

enum  CPUModel {
  GENERIC, GENERIC_FP16, GENERIC_FP16_DOT, A53,
  A55r0, A55r1, X1, A73
}
 CPU models - we only need to detect CPUs we have microarchitecture-specific code for. More...
 
enum  MemoryPolicy { MINIMIZE, NORMAL }
 Global memory policy. More...
 

Functions

std::string cpu_model_to_string (CPUModel val)
 Convert a cpumodel value to a string. More...