Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/export/
H A Dunflatten.py190 class UnflattenedModule(torch.nn.Module): class
531 ) -> UnflattenedModule:
552 return UnflattenedModule(module, flat_args_adapter)
1105 def _outline_submodules(orig_graph: torch.fx.Graph, root_module: UnflattenedModule): argument
H A D__init__.py67 from .unflatten import FlatArgsAdapter, unflatten, UnflattenedModule