Home
last modified time | relevance | path

Searched refs:TimeitModuleType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/
H A Dcpp_jit.py11 from torch.utils.benchmark.utils._stubs import CallgrindModuleType, TimeitModuleType
155 def compile_timeit_template(*, stmt: str, setup: str, global_setup: str) -> TimeitModuleType:
161 assert isinstance(module, TimeitModuleType)
H A Dtimer.py9 from torch.utils.benchmark.utils._stubs import TimerClass, TimeitModuleType
62 self._timeit_module: Optional[TimeitModuleType] = None
H A D_stubs.py21 class TimeitModuleType(Protocol): class