Searched refs:peak_instructions (Results 1 – 1 of 1) sorted by relevance
1900 std::vector<const HloInstruction*> peak_instructions; in TEST_F() local1902 peak_instructions.push_back(logical_buffer->instruction()); in TEST_F()1904 EXPECT_THAT(peak_instructions, UnorderedElementsAre(rev, neg, concat)); in TEST_F()