Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dguards.py2320 torch_function_mode_stack_check_fn = make_torch_function_mode_stack_guard(
2638 def make_torch_function_mode_stack_guard(intial_stack): function