Searched defs:sync_fx_node (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/executorch/exir/serde/ | ||
H A D | export_serialize.py | 1887 def sync_fx_node(self, name: str, fx_node: torch.fx.Node): member in GraphModuleDeserializer |
/aosp_15_r20/external/pytorch/torch/_export/serde/ | ||
H A D | serialize.py | 1930 def sync_fx_node(self, name: str, fx_node: torch.fx.Node): member in GraphModuleDeserializer |