23.05
|
#include "arm_compute/core/CL/OpenCL.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/CL/CLHelpers.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
#include "arm_compute/runtime/CL/Utils.h"
#include "arm_compute/runtime/CL/functions/CLPermute.h"
#include "utils/Utils.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main program creating an example that demostrates how to load precompiled kernels from a file. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program creating an example that demostrates how to load precompiled kernels from a file.
[in] | argc | Number of arguments |
[in] | argv | Arguments |
Definition at line 153 of file cl_cache.cpp.