Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dbasic.cpp482 auto may_throw_function = [&](bool do_throw) in TEST() local
494 c10::call_once(flag2, may_throw_function, do_throw); in TEST()