ONE - On-device Neural Engine
|
#include "arm_compute/core/CL/OpenCL.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
Functions | |
void | printDeviceInfo (int n, cl::Device &device) |
void | printContext (int n, cl::Platform &plat, int device_type) |
void | printPlatform (int n, cl::Platform &plat) |
int | main (const int argc, char **argv) |
int main | ( | const int | argc, |
char ** | argv | ||
) |
Definition at line 128 of file opencl_info.cc.
References p, printDeviceInfo(), and printPlatform().
void printContext | ( | int | n, |
cl::Platform & | plat, | ||
int | device_type | ||
) |
Definition at line 68 of file opencl_info.cc.
References printDeviceInfo().
Referenced by printPlatform().
void printDeviceInfo | ( | int | n, |
cl::Device & | device | ||
) |
Definition at line 45 of file opencl_info.cc.
References size.
Referenced by main(), and printContext().
void printPlatform | ( | int | n, |
cl::Platform & | plat | ||
) |
Definition at line 113 of file opencl_info.cc.
References printContext().
Referenced by main().