Home
last modified time | relevance | path

Searched refs:libopencl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc42 function = reinterpret_cast<PFN_##function>(dlsym(libopencl, #function)); \
47 reinterpret_cast<PFN_##function>(GetProcAddress(libopencl, #function));
50 function = reinterpret_cast<PFN_##function>(dlsym(libopencl, #function));
54 void LoadOpenCLFunctions(HMODULE libopencl);
56 void LoadOpenCLFunctions(void* libopencl, bool use_wrapper);
61 HMODULE libopencl = LoadLibraryA("OpenCL.dll"); in LoadOpenCL() local
62 if (libopencl) { in LoadOpenCL()
63 LoadOpenCLFunctions(libopencl); in LoadOpenCL()
72 void* libopencl = nullptr; in LoadOpenCL()
75 libopencl = dlopen("libOpenCL-pixel.so", RTLD_NOW | RTLD_LOCAL); in LoadOpenCL()
[all …]
/external/mesa3d/src/gallium/targets/opencl/
Dmeson.build88 libopencl = shared_library( variable