Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py6062 def test_bool_arith_or(lhs): function
6067 self.assertEqual(test_bool_arith_or(torch.zeros(3)), 1)
6068 self.assertTrue(str(test_bool_arith_or.graph).count('if') == 0)