Searched refs:a_while (Results 1 – 1 of 1) sorted by relevance
453 HloInstruction* a_while; in TEST_F() local460 a_while = builder.AddInstruction(HloInstruction::CreateWhile( in TEST_F()494 std::make_pair(a_while, a_call)); in TEST_F()495 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, a_call), in TEST_F()496 std::make_pair(a_while, a_call)); in TEST_F()497 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, b_map), in TEST_F()498 std::make_pair(a_while, a_while)); in TEST_F()