Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/profiler/
H A D_memory_profiler.py36 KeyAndID = Tuple["Key", int] variable
679 def timeline(self) -> Tuple[Tuple[int, Action, KeyAndID, int], ...]:
680 output: List[Tuple[int, Action, KeyAndID, int]] = []