Home
last modified time | relevance | path

Searched defs:load_path (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dop_api_util.cc58 auto load_path = ascend_path + "/lib64/" + lib_path; in GetAclFunc() local
/third_party/ffmpeg/libavfilter/
Dvf_frei0r.c174 static int load_path(AVFilterContext *ctx, void **handle_ptr, const char *prefix, const char *name) in load_path() function