Home
last modified time | relevance | path

Searched defs:TimingResultType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dutils.py17 TimingResultType = Dict[str, Dict[str, Tuple[float, ...]]] variable
79 def to_markdown_table(res: TimingResultType, header: Tuple[str, ...] = None) -> str: