Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest.cc1281 std::vector<std::int32_t> row_vector_data(cols); in TestOutputStages() local
1285 row_vector_data[i] = uniform_minus_500_plus_500(RandomEngine()); in TestOutputStages()
1288 RowVectorMap row_vector_map(row_vector_data.data(), cols); in TestOutputStages()
1298 std::int32_t expected = result_raw_int32(r, c) + row_vector_data[c]; in TestOutputStages()