Home / Class/ RunResult Class — pytorch Architecture

RunResult Class — pytorch Architecture

Architecture documentation for the RunResult class in cachebench.py from the pytorch codebase.

Entity Profile

Source Code

benchmarks/dynamo/cachebench.py lines 35–43

class RunResult:
    model: str
    mode: str  # inference or training
    benchmark: str
    dynamic: bool
    device: str  # cuda or cpu
    cold_compile_s: list[float]
    warm_compile_s: list[float]
    speedup_pct: float

Analyze Your Own Codebase

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

Try Supermodel Free