Searched refs:CallgrindModuleType (Results 1 – 3 of 3) sorted by relevance
11 from torch.utils.benchmark.utils._stubs import CallgrindModuleType, TimeitModuleType91 COMPAT_CALLGRIND_BINDINGS: Optional[CallgrindModuleType] = None92 def get_compat_bindings() -> CallgrindModuleType:
27 class CallgrindModuleType(Protocol): class
19 from torch.utils.benchmark.utils._stubs import CallgrindModuleType479 self._bindings_module: Optional[CallgrindModuleType] = None755 bindings: Optional[CallgrindModuleType], argument