Home / Function/ aot_summary() — pytorch Function Reference

aot_summary() — pytorch Function Reference

Architecture documentation for the aot_summary() function in common.py from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  d82990fc_0428_a0d8_e273_8a54decba179["aot_summary()"]
  c9be2096_e6d7_2374_ad2e_a6e33f435ada["run()"]
  c9be2096_e6d7_2374_ad2e_a6e33f435ada -->|calls| d82990fc_0428_a0d8_e273_8a54decba179
  style d82990fc_0428_a0d8_e273_8a54decba179 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

benchmarks/dynamo/common.py lines 802–803

    def aot_summary(cls):
        return [cls.totals["aot_autograd"]["total"], cls.totals["aot_autograd"]["ok"]]

Subdomains

Called By

Frequently Asked Questions

What does aot_summary() do?
aot_summary() is a function in the pytorch codebase.
What calls aot_summary()?
aot_summary() is called by 1 function(s): run.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free