Home
last modified time | relevance | path

Searched defs:serialize_graph (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/exir/serde/
H A Dserialize.py217 def serialize_graph(self, graph_module: torch.fx.GraphModule) -> schema.Graph: member in GraphModuleSerializer
H A Dexport_serialize.py1315 def serialize_graph(self, graph_module: torch.fx.GraphModule) -> Graph: member in GraphModuleSerializer
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py1310 def serialize_graph(self, graph_module: torch.fx.GraphModule) -> Graph: member in GraphModuleSerializer