Searched refs:result_clamped (Results 1 – 1 of 1) sorted by relevance
1341 Matrix<std::int32_t, ResultOrder> result_clamped(rows, cols); in TestOutputStages() local1343 &context, lhs.const_map(), rhs.const_map(), &result_clamped, lhs_offset, in TestOutputStages()1350 Check(expected == result_clamped(r, c)); in TestOutputStages()