Home
last modified time | relevance | path

Searched refs:_create_graph_module_for_export (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py680 self._graph_module = _create_graph_module_for_export(root, graph)
1184 def _create_graph_module_for_export(root, graph): function
/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py1873 graph_module=ep._create_graph_module_for_export(
1948 submodule = ep._create_graph_module_for_export(self.module, self.graph)
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py1911 graph_module = ep._create_graph_module_for_export(
1993 submodule = ep._create_graph_module_for_export(self.module, self.graph)