Searched refs:indices_data_buffer (Results 1 – 1 of 1) sorted by relevance
109 const auto& indices_data_buffer = in Run() local111 for (size_t i = 0; i < indices_data_buffer.size(); ++i) { in Run()112 CHECK_EQ(indices_data_buffer[i], i) << "Indices range must be identity"; in Run()