Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter_test.cc161 HloInstruction *rng0, *rng1; in TEST_F() local
170 rng1 = inst; in TEST_F()
175 EXPECT_THAT(rng0->control_successors(), ElementsAre(rng1)); in TEST_F()
176 EXPECT_THAT(rng1->control_predecessors(), ElementsAre(rng0)); in TEST_F()
Dhlo_cse_test.cc579 auto rng1 = builder.AddInstruction(HloInstruction::CreateRng( in TEST_F() local
587 constant1->shape(), HloOpcode::kAdd, rng1, rng2)); in TEST_F()
593 EXPECT_THAT(root, op::Add(rng1, rng2)); in TEST_F()
603 EXPECT_THAT(root, op::Add(rng1, rng2)); in TEST_F()
636 auto rng1 = builder.AddInstruction( in TEST_F() local
641 constant->shape(), HloOpcode::kAdd, rng1, rng2)); in TEST_F()