Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc449 HloInstruction* b_map = b_computation->root_instruction(); in TEST_F() local
488 b_map, c_computation->root_instruction()), in TEST_F()
491 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, entry_while), in TEST_F()
493 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, a_call), in TEST_F()
497 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, b_map), in TEST_F()