Searched defs:import_module (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/mslite_bench/mslite_bench/infer_base/ |
| D | infer_session_factory.py | 101 def import_module(module_name, file_path=None): member in InferSessionFactory
|
| /third_party/python/Lib/importlib/ |
| D | __init__.py | 108 def import_module(name, package=None): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/mslite_bench/mslite_bench/common/ |
| D | task_common_func.py | 153 def import_module(module_name, file_path=None): member in CommonFunc
|
| /third_party/python/Lib/test/support/ |
| D | import_helper.py | 67 def import_module(name, deprecated=False, *, required_on=()): function
|
| /third_party/python/Lib/test/test_importlib/import_/ |
| D | test___package__.py | 37 def import_module(self, globals_): member in Using__package__
|
| /third_party/python/Lib/ |
| D | modulefinder.py | 292 def import_module(self, partname, fqname, parent): member in ModuleFinder
|
| /third_party/python/Lib/test/test_import/ |
| D | __init__.py | 661 def import_module(self): member in PycRewritingTests
|