Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A D_utils.py42 def first_call_function_nn_module_stack(graph: torch.fx.Graph) -> Optional[Dict]: function
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py28 from torch.fx._utils import first_call_function_nn_module_stack
H A D_trace.py69 from torch.fx._utils import first_call_function_nn_module_stack