Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc79 auto test_unary_operator = in TEST_F() local
88 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()
/external/bcc/tests/python/
Dtest_clang.py811 def test_unary_operator(self): member in TestClang