Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A D_lazy_graph_module.py57 def _make_graph_module(*args, graph_module_cls=None, **kwargs): argument
H A Dgraph_module.py160 def _deserialize_graph_module(forward, body: Dict[Any, Any], graph_module_cls=None) -> torch.nn.Mod… argument