Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc730 auto body_rhs = builder_body.AddInstruction( in TEST_F() local
733 builder_body.AddInstruction(CreateDot(shape, body_lhs, body_rhs)); in TEST_F()
735 builder_body.AddInstruction(CreateDot(shape, body_rhs, body_lhs)); in TEST_F()
759 EXPECT_FALSE(OutputsBF16(body_rhs)); in TEST_F()
856 auto body_rhs = builder_body.AddInstruction( in TEST_F() local
859 builder_body.AddInstruction(CreateDot(shape, body_lhs, body_rhs)); in TEST_F()
861 HloInstruction::CreateTuple({body_dot, body_rhs})); in TEST_F()
886 EXPECT_FALSE(OutputsBF16(body_rhs)); in TEST_F()