File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments