Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Djit_compile_runtime_wrappers.py49 DebugAssertWrapper,
774 compiled_fn = DebugAssertWrapper(
H A Druntime_wrappers.py2077 class DebugAssertWrapper(CompilerWrapper): class