Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dwrapper.py70 ReuseKey = Tuple[torch.device, torch.dtype, str] variable
256 def __contains__(self, key: ReuseKey) -> bool:
259 def pop(self, key: ReuseKey) -> FreeIfNotReusedLine:
264 def push(self, key: ReuseKey, item: FreeIfNotReusedLine) -> None: