Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/pipelining/
H A D_unflatten.py9 def _outline_submodules(orig_graph: torch.fx.Graph): function
/aosp_15_r20/external/pytorch/torch/export/
H A Dunflatten.py1105 def _outline_submodules(orig_graph: torch.fx.Graph, root_module: UnflattenedModule): function