Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc54 void LoadOpenCLFunctions(HMODULE libopencl);
56 void LoadOpenCLFunctions(void* libopencl, bool use_wrapper);
63 LoadOpenCLFunctions(libopencl); in LoadOpenCL()
84 LoadOpenCLFunctions(libopencl, true); in LoadOpenCL()
96 LoadOpenCLFunctions(libopencl, false); in LoadOpenCL()
107 void LoadOpenCLFunctions(HMODULE libopencl) { in LoadOpenCLFunctions() function
109 void LoadOpenCLFunctions(void* libopencl, bool use_wrapper) { in LoadOpenCLFunctions()