Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/operator/
H A Dmanip.py28 ScratchCallableType = Callable[..., Dict[str, ScratchTensorMetadata]] variable
57 get_scratch_metas_fn: ScratchCallableType,
69 def wrapper(get_scratch_metas_fn: ScratchCallableType) -> ScratchCallableType: