Searched refs:is_python_module (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | cpp_extension.py | 1231 is_python_module=True, argument 1324 is_python_module, 1519 is_python_module=True, argument 1656 is_python_module, 1670 is_python_module, argument 1673 if is_python_module and is_standalone: 1686 is_python_module=is_python_module, 1746 return _import_module_from_library(name, build_directory, is_python_module) 2134 def _import_module_from_library(module_name, path, is_python_module): argument 2136 if is_python_module:
|
H A D | _cpp_extension_versioner.py | 43 is_python_module, argument 50 hash_value = update_hash(hash_value, is_python_module)
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_cpp_extensions_jit.py | 446 is_python_module=False, 745 is_python_module=False, 948 is_python_module=False,
|
H A D | test_cpp_extensions_stream_and_event.py | 87 is_python_module=False,
|
H A D | test_cpp_extensions_mtia_backend.py | 77 is_python_module=False,
|
H A D | test_utils.py | 977 is_python_module=False,
|
H A D | test_cuda.py | 4369 is_python_module=False,
|
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/ |
H A D | cpp_jit.py | 150 is_python_module=not is_standalone,
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_utility_funs.py | 1342 is_python_module=False,
|