Home
last modified time | relevance | path

Searched defs:library_path (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/run_check/
D_check_version.py52 def __init__(self, library_path): argument
74 def __init__(self, library_path): argument
260 def __init__(self, library_path): argument
504 def set_env(device, library_path): argument
/third_party/vulkan-loader/tests/corpus/
Dconfig_with_other_arch.json53 "library_path": "libVkLayer_khronos_validation.so", string
69 "library_path": "libVkLayer_khronos_validation.so", string
85 "library_path": "libVkLayer_khronos_validation.so", string
96 … "library_path": "/src/vulkan-loader/tests/framework/data/binaries/libdummy_library_elf_64.so", string
Dconfig.json53 "library_path": "libVkLayer_khronos_validation.so", string
69 "library_path": "libVkLayer_khronos_validation.so", string
85 "library_path": "libVkLayer_khronos_validation.so", string
96 … "library_path": "/src/vulkan-loader/tests/framework/data/binaries/libdummy_library_elf_32.so", string
DVkLayer_complex_file.json7 "library_path": "libVkLayer_khronos_validation.so", string
/third_party/vulkan-loader/tests/framework/data/
Dfuzzer_output.json67 "library_path": "libVkLayer_khronos_validation.so", string
88 "library_path": "libVkLayer_khronos_validation.so", string
109 "library_path": "libVkLayer_khronos_validation.so", string
122 … "library_path": "scuvrl//kan-loader/tests/framework/data/binaries/libdummy with error 386.so", string
DVkLayer_complex_file.json7 "library_path": "libVkLayer_khronos_validation.so", string
/third_party/mesa3d/src/egl/main/
D50_mesa.json4 "library_path" : "libEGL_@glvnd_vendor_name@.so.0" string
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader_icd.json4 "library_path": "..\\..\\bin\\vulkan\\x64\\Debug\\libvk_swiftshader.dll", string
/third_party/mesa3d/src/intel/nullhw-layer/
DVkLayer_INTEL_nullhw.json6 "library_path": "libVkLayer_INTEL_nullhw.so", string
/third_party/mesa3d/src/vulkan/overlay-layer/
DVkLayer_MESA_overlay.json6 "library_path": "libVkLayer_MESA_overlay.so", string
/third_party/mesa3d/src/vulkan/device-select-layer/
DVkLayer_MESA_device_select.json6 "library_path": "libVkLayer_MESA_device_select.so", string
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp30 FuchsiaVkLibrary(const char* library_path) in FuchsiaVkLibrary()
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_context.cc332 const auto &library_path = iter->second; in SetEnv() local
/third_party/vulkan-loader/loader/
Dloader.c1933 …combine_manifest_directory_and_library_path(const struct loader_instance *inst, char *library_path, in combine_manifest_directory_and_library_path()
2354 cJSON *library_path = loader_cJSON_GetObjectItem(layer_node, "library_path"); in loader_read_layer_json() local
3507 char *library_path = loader_cJSON_Print(item); in loader_parse_icd_manifest() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_wrapper.cc88 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp87 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c159 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local