Skip to content

Commit ff1cc51

Browse files
committed
rename: decompose_util
1 parent a3e6d45 commit ff1cc51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

graph_net/test/torch_extractor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from torch.fx import symbolic_trace
66
from graph_net.torch.extractor import extract
7-
from graph_net.torch.decompose_utils import fold_range_to_submodule
7+
from graph_net.torch.decompose_util import fold_range_to_submodule
88

99

1010
# Simple module for demonstration

0 commit comments

Comments
 (0)