Searched refs:test_bool_arith_or (Results 1 – 1 of 1) sorted by relevance
6062 def test_bool_arith_or(lhs): function6067 self.assertEqual(test_bool_arith_or(torch.zeros(3)), 1)6068 self.assertTrue(str(test_bool_arith_or.graph).count('if') == 0)