normalize_suite_filename() — pytorch Function Reference
Architecture documentation for the normalize_suite_filename() function in update_expected.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 2596126c_a89a_d35d_1762_9e1549777f7a["normalize_suite_filename()"] 7ebae904_25a5_566f_ed2d_a344fdf88acd["download_single_artifact()"] 7ebae904_25a5_566f_ed2d_a344fdf88acd -->|calls| 2596126c_a89a_d35d_1762_9e1549777f7a style 2596126c_a89a_d35d_1762_9e1549777f7a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/ci_expected_accuracy/update_expected.py lines 158–164
def normalize_suite_filename(suite_name):
strs = suite_name.split("_")
subsuite = strs[-1]
if "timm" in subsuite:
subsuite = subsuite.replace("timm", "timm_models")
return subsuite
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does normalize_suite_filename() do?
normalize_suite_filename() is a function in the pytorch codebase.
What calls normalize_suite_filename()?
normalize_suite_filename() is called by 1 function(s): download_single_artifact.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free