Home
last modified time | relevance | path

Searched defs:module_names (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/plugin/
Dplugin_loader.cc71 …const std::map<std::string, std::set<std::string>> module_names = (*singleton_plugin)->GetModuleNa… in LoadPlugin() local
/third_party/python/Lib/test/support/
Dimport_helper.py155 def __init__(self, *module_names):
/third_party/boost/tools/build/src/engine/
Dmodules.cpp276 void import_module( LIST * module_names, module_t * target_module ) in import_module()
/third_party/python/Lib/multiprocessing/
Dcontext.py180 def set_forkserver_preload(self, module_names): argument