Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A D_config_module.py65 compile_ignored_keys = get_assignments_with_compile_ignored_comments(module)
81 def get_assignments_with_compile_ignored_comments(module: ModuleType) -> Set[str]: function