23.08
|
#include "arm_compute/core/CL/ICLArray.h"
#include "arm_compute/core/GPUTarget.h"
#include <set>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | CLDeviceOptions |
OpenCL device options. More... | |
struct | CLQuantization |
OpenCL quantization data. More... | |
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
Enumerations | |
enum | CLVersion { CL10, CL11, CL12, CL20, CL30, UNKNOWN } |
Available OpenCL Version. More... | |
enum | CLKernelType { UNKNOWN, UNKNOWN, DEPTHWISE, DIRECT, ELEMENTWISE, GEMM, POOL, WINOGRAD } |