Home
last modified time | relevance | path

Searched refs:CallgrindModuleType (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
91 COMPAT_CALLGRIND_BINDINGS: Optional[CallgrindModuleType] = None
92 def get_compat_bindings() -> CallgrindModuleType:
H A D_stubs.py27 class CallgrindModuleType(Protocol): class
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/
H A Dtimer_interface.py19 from torch.utils.benchmark.utils._stubs import CallgrindModuleType
479 self._bindings_module: Optional[CallgrindModuleType] = None
755 bindings: Optional[CallgrindModuleType], argument