parse_test_str() — pytorch Function Reference
Architecture documentation for the parse_test_str() function in update_expected.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 10e87284_29d6_7f87_31b7_5232af126149["parse_test_str()"] 8073e5ea_530f_1b5c_680a_d9861242f1c9["get_artifacts_urls()"] 8073e5ea_530f_1b5c_680a_d9861242f1c9 -->|calls| 10e87284_29d6_7f87_31b7_5232af126149 style 10e87284_29d6_7f87_31b7_5232af126149 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/ci_expected_accuracy/update_expected.py lines 109–110
def parse_test_str(test_str):
return (part.strip() for part in test_str[6:].strip(")").split(","))
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does parse_test_str() do?
parse_test_str() is a function in the pytorch codebase.
What calls parse_test_str()?
parse_test_str() is called by 1 function(s): get_artifacts_urls.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free