Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc728 auto body_lhs = 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()
758 EXPECT_TRUE(OutputsBF16(body_lhs)); in TEST_F()
854 auto body_lhs = builder_body.AddInstruction( in TEST_F() local
859 builder_body.AddInstruction(CreateDot(shape, body_lhs, body_rhs)); in TEST_F()
887 EXPECT_FALSE(OutputsBF16(body_lhs)); in TEST_F()