Home
last modified time | relevance | path

Searched defs:CLContext (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.h31 CLContext() {} in CLContext() function
Dcl_context.cc104 CLContext::CLContext(cl_context context, bool has_ownership) in CLContext() function in tflite::gpu::cl::CLContext
107 CLContext::CLContext(CLContext&& context) in CLContext() function in tflite::gpu::cl::CLContext
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c623 OpenCLContext *CLContext = (OpenCLContext *)GlobalContext->Context; in launchKernelCL() local