Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A D_lazy_graph_module.py91 def from_graphmodule(cls, gm: GraphModule): member in _LazyGraphModule
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_lazy_graph_module.py265 lazy_gm = torch.fx._lazy_graph_module._LazyGraphModule.from_graphmodule(gm)