Searched defs:ExportGraphSignature (Results 1 – 18 of 18) sorted by relevance
/aosp_15_r20/external/executorch/exir/ |
H A D | memory_planning.py | 46 graph_signature: Optional[ExportGraphSignature] = None, 296 node: Node, graph_signature: Optional[ExportGraphSignature] = None 315 nodes: Iterable[Node], graph_signature: Optional[ExportGraphSignature] = None 338 graph_signature: Optional[ExportGraphSignature] = None, 430 graph_signature: Optional[ExportGraphSignature] = None, 551 graph_signature: Optional[ExportGraphSignature] = None, 607 graph_signature: Optional[ExportGraphSignature] = None, 725 [torch.fx.GraphModule, int, Optional[ExportGraphSignature], bool, bool], 730 graph_signature: Optional[ExportGraphSignature] = None,
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/ |
H A D | _tp_transform.py | 81 graph_signature: ExportGraphSignature, 131 graph_signature: ExportGraphSignature, 167 def _get_input_node_fqn(input_name: str, graph_signature: ExportGraphSignature) -> str: 183 graph_signature: ExportGraphSignature, 524 graph_signature: ExportGraphSignature,
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | utils.py | 79 old_sig: "ExportGraphSignature", new_sig: "ExportGraphSignature" 151 new_sig: "ExportGraphSignature", 706 export_graph_signature: "ExportGraphSignature",
|
/aosp_15_r20/external/pytorch/torch/export/ |
H A D | _trace.py | 348 sig: ExportGraphSignature, 387 graph_signature: ExportGraphSignature, 414 graph_signature: ExportGraphSignature, 839 graph_signature: ExportGraphSignature, 860 graph_signature: ExportGraphSignature, 942 def _verify_placeholder_names(gm: torch.fx.GraphModule, sig: ExportGraphSignature):
|
H A D | exported_program.py | 557 gm: torch.fx.GraphModule, new_graph_signature: ExportGraphSignature 667 graph_signature: ExportGraphSignature, 1026 old_signature: ExportGraphSignature,
|
H A D | _unlift.py | 195 graph_signature: ExportGraphSignature, 261 graph_signature: Optional[ExportGraphSignature] = None,
|
H A D | graph_signature.py | 134 class ExportGraphSignature: class
|
/aosp_15_r20/external/executorch/backends/cadence/aot/ |
H A D | memory_planning.py | 57 graph_signature: ExportGraphSignature, 114 graph_signature: ExportGraphSignature,
|
/aosp_15_r20/external/pytorch/torch/export/experimental/ |
H A D | __init__.py | 33 gm: torch.fx.GraphModule, sig: torch.export.graph_signature.ExportGraphSignature
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | memory_planning_pass.py | 92 graph_signature: Optional[ExportGraphSignature] = None,
|
H A D | spec_prop_pass.py | 31 node: Node, graph_signature: Optional[ExportGraphSignature] = None
|
/aosp_15_r20/external/pytorch/torch/_export/passes/ |
H A D | lift_constants_pass.py | 113 graph_signature: ExportGraphSignature,
|
/aosp_15_r20/external/executorch/exir/serde/ |
H A D | export_serialize.py | 429 graph_signature: ep.ExportGraphSignature, 1047 def serialize_signature(self, sig: ep.ExportGraphSignature) -> GraphSignature:
|
H A D | serialize.py | 50 graph_signature: ep.ExportGraphSignature,
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_memory_planning.py | 189 graph_signature: Optional[ExportGraphSignature] = None,
|
/aosp_15_r20/external/pytorch/torch/_export/serde/ |
H A D | serialize.py | 426 graph_signature: ep.ExportGraphSignature, 1077 def serialize_signature(self, sig: ep.ExportGraphSignature) -> GraphSignature:
|
/aosp_15_r20/external/executorch/backends/arm/test/tester/ |
H A D | arm_tester.py | 571 def _format_export_graph_signature(signature: ExportGraphSignature) -> str:
|
/aosp_15_r20/external/executorch/exir/program/ |
H A D | _program.py | 124 old_signature: ExportGraphSignature,
|