Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/windows/
Dshared_library_impl.hpp168 …bool load_impl(const boost::dll::fs::path &load_path, boost::winapi::DWORD_ mode, boost::dll::fs::… in load_impl() argument
169 handle_ = boost::winapi::LoadLibraryExW(load_path.c_str(), 0, mode); in load_impl()
175 if (boost::dll::fs::exists(load_path)) { in load_impl()
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/model_utils/
Dmoxing_adapter.py89 sync_data(config.checkpoint_url, config.load_path)
90 print("Preload downloaded: ", os.listdir(config.load_path))
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/
Dtest_fl_fasterrcnn.py154 load_path = config.pre_trained
156 if load_path != "":
157 param_dict = load_checkpoint(load_path)
/third_party/ffmpeg/libavfilter/
Dvf_frei0r.c173 static int load_path(AVFilterContext *ctx, void **handle_ptr, const char *prefix, const char *name) in load_path() function
221 ret = load_path(ctx, &s->dl_handle, p1, dl_name); in frei0r_init()
238 ret = load_path(ctx, &s->dl_handle, prefix, dl_name); in frei0r_init()
244 ret = load_path(ctx, &s->dl_handle, frei0r_pathlist[i], dl_name); in frei0r_init()