Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtypes.py24 class GuardFail(NamedTuple): class
H A Dguards.py2199 guard_fail_fn: Optional[Callable[[GuardFail], None]] = None,