Searched refs:fuse_as_graphmodule (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/passes/utils/ |
H A D | fuser_utils.py | 93 def fuse_as_graphmodule(gm: GraphModule, function 227 sub_gm, orig_inputs, orig_outputs = fuse_as_graphmodule(gm, sorted_nodes, submodule_name)
|
/aosp_15_r20/external/executorch/exir/ |
H A D | lowered_backend_module.py | 45 fuse_as_graphmodule, 745 sub_gm, orig_inputs, orig_outputs = fuse_as_graphmodule(
|
/aosp_15_r20/external/executorch/backends/qualcomm/utils/ |
H A D | utils.py | 357 fuse_as_graphmodule, 377 subgm, orig_inputs, orig_outputs = fuse_as_graphmodule(
|