Searched defs:ScratchCallableType (Results 1 – 1 of 1) sorted by relevance
28 ScratchCallableType = Callable[..., Dict[str, ScratchTensorMetadata]] variable57 get_scratch_metas_fn: ScratchCallableType,69 def wrapper(get_scratch_metas_fn: ScratchCallableType) -> ScratchCallableType: