Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder_test.cc82 auto test_unary_operator = in TEST_F() local
91 test_unary_operator([](XlaOp x) { return -x; }, op::Negate(op::Constant())); in TEST_F()
92 test_unary_operator([](XlaOp x) { return ~x; }, op::Not(op::Constant())); in TEST_F()
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_clang.py849 def test_unary_operator(self): member in TestClang