list_benchmarks() — pytorch Function Reference
Architecture documentation for the list_benchmarks() function in benchmark.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 89f1c8fe_d04e_ec92_38d0_c423b1746ef7["list_benchmarks()"] 40a19abe_a75a_07e4_e110_69bd1273c827["main()"] 40a19abe_a75a_07e4_e110_69bd1273c827 -->|calls| 89f1c8fe_d04e_ec92_38d0_c423b1746ef7 style 89f1c8fe_d04e_ec92_38d0_c423b1746ef7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/genai_layers/benchmark.py lines 54–56
def list_benchmarks():
"""List all available benchmarks."""
print(f"Available benchmarks: {list(BENCHMARK_REGISTRY.keys())}")
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does list_benchmarks() do?
list_benchmarks() is a function in the pytorch codebase.
What calls list_benchmarks()?
list_benchmarks() is called by 1 function(s): main.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free