| 2118 | |
| 2119 | template <typename LhsScalar, typename RhsScalar, typename SpecType> |
| 2120 | void TestSet<LhsScalar, RhsScalar, SpecType>::Verify() { |
| 2121 | RUY_CHECK(life_stage == LifeStage::kEvaluated); |
| 2122 | if (expected_outcome == ExpectedOutcome::kSuccess) { |
| 2123 | VerifyTestResults(); |
| 2124 | VerifyNonTrivial(); |
| 2125 | } |
| 2126 | life_stage = LifeStage::kFinal; |
| 2127 | } |
| 2128 | |
| 2129 | template <typename TestSetType> |
| 2130 | void TestRCC(int rows, int depth, int cols, ExpectedOutcome expected_outcome) { |
no outgoing calls
no test coverage detected