Searched refs:b_cos (Results 1 – 1 of 1) sorted by relevance
239 HloInstruction* b_cos = builder.AddInstruction( in TEST_F() local243 HloInstruction::CreateBinary(shape, HloOpcode::kAdd, a_cos, b_cos)); in TEST_F()250 EXPECT_EQ(c->operand(1), b_cos); in TEST_F()261 EXPECT_EQ(c->operand(1)->operand(0), b_cos); in TEST_F()