Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.h333 ComponentNativeRefT expected_imag = expected->imag();
337 RemoveCorrespondingNaNs(&expected_imag, &actual_imag);
339 expected->imag(expected_imag);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc456 auto expected_imag = LiteralUtil::CreateR1<double>({0, 4}); in TEST_F() local
457 TestUnaryOp(HloOpcode::kImag, std::move(expected_imag), std::move(x)); in TEST_F()