Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ get_graph_module
Method
get_graph_module
backends/test/graph_builder.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
return
super().output(results, NodeMetadata({}))
77
78
def
get_graph_module(self) -> torch.fx.GraphModule:
79
return
torch.fx.GraphModule(self.tracer.root, self.tracer.graph)
80
81
def
call_operator(
82
self,
Callers
15
single_op_builder
Function · 0.95
_build_dq_q_graph
Function · 0.95
_graph_module_with_nested_concat
Function · 0.95
_graph_module_with_flat_concat
Function · 0.95
test_permute_transpose_fusion
Method · 0.95
test_cascaded_permutes_multiple_users
Method · 0.95
test_permute_view_permute_fuse
Method · 0.95
test_permute_view_squeeze_permute_fuse
Method · 0.95
test_transpose_view_permute_fuse
Method · 0.95
test_no_fuse_non_squeeze_view
Method · 0.95
test_no_fuse_non_cancelling_across_view
Method · 0.95
test_view_fusion
Method · 0.95
Calls
no outgoing calls
Tested by
15
_build_dq_q_graph
Function · 0.76
_graph_module_with_nested_concat
Function · 0.76
_graph_module_with_flat_concat
Function · 0.76
test_permute_transpose_fusion
Method · 0.76
test_cascaded_permutes_multiple_users
Method · 0.76
test_permute_view_permute_fuse
Method · 0.76
test_permute_view_squeeze_permute_fuse
Method · 0.76
test_transpose_view_permute_fuse
Method · 0.76
test_no_fuse_non_squeeze_view
Method · 0.76
test_no_fuse_non_cancelling_across_view
Method · 0.76
test_view_fusion
Method · 0.76
test_view_fusion_branched
Method · 0.76