Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A Dcpp_extension.py1746 return _import_module_from_library(name, build_directory, is_python_module)
2134 def _import_module_from_library(module_name, path, is_python_module): function