Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion_test.cc239 HloInstruction* b_cos = builder.AddInstruction( in TEST_F() local
243 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()