Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py13867 def test_loop_exception_with_continue(x): function
13878 self.checkScript(test_loop_exception_with_continue, (-1,))
13879 self.checkScriptRaisesRegex(test_loop_exception_with_continue, (1,), Exception, "")
13880 test_num_ifs(test_loop_exception_with_continue, 1) # no ifs added to guard print