Searched refs:parse_stack_trace (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/passes/ |
H A D | graph_drawer.py | 77 parse_stack_trace: bool = False, 90 …le, name, ignore_getattr, ignore_parameters_and_buffers, skip_node_names_in_args, parse_stack_trace 109 parse_stack_trace, 213 parse_stack_trace: bool, 281 if parse_stack_trace and node.stack_trace is not None: 355 parse_stack_trace: bool, 375 …label=self._get_node_label(graph_module, node, skip_node_names_in_args, parse_stack_trace), **style 438 parse_stack_trace: bool = False,
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | partitioners.py | 1909 parse_stack_trace: bool = False, 1924 parse_stack_trace=parse_stack_trace,
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | debug.py | 520 parse_stack_trace=True,
|
H A D | codecache.py | 3107 def parse_stack_trace(stack_trace: str) -> List[Dict[str, Any]]: function 3117 return parse_stack_trace(entry)
|