Home
last modified time | relevance | path

Searched defs:graph_signature (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dreplace_with_hop_pass_util.py104 graph_signature, argument
153 graph_signature, argument
H A Dreplace_set_grad_with_hop_pass.py74 gm: torch.fx.GraphModule, graph_signature argument
101 def replace_set_grad_with_hop_pass(gm: torch.fx.GraphModule, graph_signature): argument
H A Dreplace_autocast_with_hop_pass.py139 gm: torch.fx.GraphModule, graph_signature argument
170 def replace_autocast_with_hop_pass(gm: torch.fx.GraphModule, graph_signature): argument
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py582 gm: torch.fx.GraphModule, graph_signature, module_call_graph argument
714 def graph_signature(self): member in ExportedProgram
1130 self, graph_module, graph_signature, *, state_dict=None, verifiers=None argument
H A Dunflatten.py555 def _inplace_buffer_mutations(graph: torch.fx.Graph, graph_signature) -> None: argument
/aosp_15_r20/external/pytorch/torch/_export/
H A Dutils.py49 graph_signature, constants, mod argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py156 def _unlift_graph(mod, gm, graph_signature): argument
/aosp_15_r20/external/executorch/exir/program/
H A D_program.py301 graph_signature, argument