Searched refs:copy_starts (Results 1 – 1 of 1) sorted by relevance
2606 std::list<const HloInstruction*> copy_starts; in TEST_P() local2611 copy_starts.push_back(instruction); in TEST_P()2614 EXPECT_EQ(copy_starts.front(), instruction->operand(0)); in TEST_P()2615 copy_starts.pop_front(); in TEST_P()