Searched refs:test_unary_operator (Results 1 – 2 of 2) sorted by relevance
79 auto test_unary_operator = in TEST_F() local88 test_unary_operator([](XlaOp x) { return -x; }, op::Negate(op::Constant())); in TEST_F()89 test_unary_operator([](XlaOp x) { return ~x; }, op::Not(op::Constant())); in TEST_F()
811 def test_unary_operator(self): member in TestClang