Searched refs:expected_real (Results 1 – 2 of 2) sorted by relevance
332 ComponentNativeRefT expected_real = expected->real();336 RemoveCorrespondingNaNs(&expected_real, &actual_real);338 expected->real(expected_real);
415 auto expected_real = LiteralUtil::CreateR0<double>(2.23607); in TEST_F() local416 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() local451 TestUnaryOp(HloOpcode::kReal, std::move(expected_real), std::move(x)); in TEST_F()