Skip to content

Commit 7a8567f

Browse files
committed
delete empty file
1 parent 3f0e5fd commit 7a8567f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

graph_net/torch/fully_fusible_subgraph_extractor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def __call__(self, rel_model_path):
114114
model_path
115115
)
116116
for start_pos, end_pos in self._get_sub_ranges():
117-
logger.warning("fully_fusible_subgraph_predicator-begin")
118117
success = fully_fusible_subgraph_predicator(start_pos, end_pos)
119-
logger.warning("fully_fusible_subgraph_predicator-end")
120118
if not success:
121119
continue
122120
with tempfile.TemporaryDirectory(
@@ -126,9 +124,7 @@ def __call__(self, rel_model_path):
126124
temp_dir, start_pos, end_pos
127125
)
128126
naive_graph_decomposer = NaiveDecomposerExtractor(decomposer_config)
129-
logger.warning("naive_graph_decomposer-begin")
130127
naive_graph_decomposer(rel_model_path)
131-
logger.warning("naive_graph_decomposer-end")
132128
fully_fusible_destination_path = self._copy_from_tmp_dir_to_output_dir(
133129
temp_dir, rel_model_path
134130
)

model_100_list.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)