We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f380945 commit 9edab09Copy full SHA for 9edab09
graph_net/analysis.py
@@ -11,7 +11,7 @@
11
def parse_filename(filename):
12
"""
13
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
+ According to output filename format of graph_net.torch.test_compiler: <model_name>_<compiler_name>.json
15
16
parts = os.path.splitext(filename)[0].split("_")
17
if len(parts) < 2:
0 commit comments