Skip to content

Commit 9edab09

Browse files
committed
Update
1 parent f380945 commit 9edab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def parse_filename(filename):
1212
"""
1313
Parses the model name and compiler name from a JSON filename.
14-
According to filename format of graph_net.torch.test_compiler: <model_name>_<compiler_name>.json
14+
According to output filename format of graph_net.torch.test_compiler: <model_name>_<compiler_name>.json
1515
"""
1616
parts = os.path.splitext(filename)[0].split("_")
1717
if len(parts) < 2:

0 commit comments

Comments
 (0)