Home
last modified time | relevance | path

Searched refs:CheckFunctionManager (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtesting.py26 from .guards import CheckFunctionManager, CompileId, GuardedCode
168 return GuardedCode(code, CheckFunctionManager(graph).check_fn, CompileId(0, 0))
H A Dconvert_frame.py82 CheckFunctionManager,
796 check_fn = CheckFunctionManager(
H A Dguards.py515 check_fn_manager: CheckFunctionManager, argument
560 self.check_fn_manager: CheckFunctionManager = check_fn_manager
2195 class CheckFunctionManager: class