Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.h332 ComponentNativeRefT expected_real = expected->real();
336 RemoveCorrespondingNaNs(&expected_real, &actual_real);
338 expected->real(expected_real);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc415 auto expected_real = LiteralUtil::CreateR0<double>(2.23607); in TEST_F() local
416 TestUnaryOp(HloOpcode::kAbs, std::move(expected_real), std::move(x), 3e-06); in TEST_F()
450 auto expected_real = LiteralUtil::CreateR1<double>({1, -100}); in TEST_F() local
451 TestUnaryOp(HloOpcode::kReal, std::move(expected_real), std::move(x)); in TEST_F()