Home
last modified time | relevance | path

Searched defs:code_list (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A D_guards.py184 code_list: Optional[List[str]] = None variable in Guard
297 def set_export_info(self, guard_type, guarded_class, code_list, obj_weakref): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dguards.py2019 def _produce_guard_code(self, guard, code_list, shape_env=False): argument
2027 def _set_guard_export_info(self, guard, code_list, provided_guarded_object=None): argument