Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest.cc1239 Matrix<std::int32_t, ResultOrder> result_quantized_down_int32(rows, cols); in TestOutputStages() local
1241 &context, lhs.const_map(), rhs.const_map(), &result_quantized_down_int32, in TestOutputStages()
1250 Check(expected == result_quantized_down_int32(r, c)); in TestOutputStages()
1274 std::int32_t quantized = result_quantized_down_int32(r, c); in TestOutputStages()