Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion_test.cc234 HloInstruction* a_cos = builder.AddInstruction( in TEST_F() local
243 HloInstruction::CreateBinary(shape, HloOpcode::kAdd, a_cos, b_cos)); in TEST_F()
249 EXPECT_EQ(c->operand(0), a_cos); in TEST_F()
259 EXPECT_EQ(c->operand(0)->operand(0), a_cos); in TEST_F()