Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc919 auto inner_last = map_computation->root_instruction(); in TEST_F() local
931 const std::vector<const HloInstruction*> level1 = GetInstructions(inner_last); in TEST_F()
954 EXPECT_EQ(HloOpcode::kAdd, inner_last->opcode()); in TEST_F()
956 GetTopLevelAllocation(*buffers, inner_last); in TEST_F()