Home
last modified time | relevance | path

Searched defs:lib_handle (Results 1 – 6 of 6) sorted by relevance

/external/executorch/backends/qualcomm/runtime/backends/
DQnnImplementation.cpp24 void* const lib_handle, in InitBackend()
60 void* lib_handle = dlopen(lib_path.c_str(), RTLD_NOW | RTLD_GLOBAL); in StartBackend() local
/external/tensorflow/tensorflow/c/
Dc_api_internal.h66 void* lib_handle; member
Dc_api_experimental.cc758 void TF_DeletePluggableDeviceLibraryHandle(TF_Library* lib_handle) { in TF_DeletePluggableDeviceLibraryHandle()
Dc_api.cc554 TF_Library* lib_handle = new TF_Library; in TF_LoadLibrary() local
565 TF_Buffer TF_GetOpList(TF_Library* lib_handle) { return lib_handle->op_list; } in TF_GetOpList()
567 void TF_DeleteLibraryHandle(TF_Library* lib_handle) { in TF_DeleteLibraryHandle()
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h283 loader_platform_dl_handle lib_handle = LoadLibrary(lib_path); in loader_platform_open_library() local
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc752 m.def("TF_GetOpList", [](TF_Library* lib_handle) { in PYBIND11_MODULE()