MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Verify

Method Verify

tensorflow/lite/experimental/ruy/test.h:2120–2127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2118
2119template <typename LhsScalar, typename RhsScalar, typename SpecType>
2120void 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
2129template <typename TestSetType>
2130void TestRCC(int rows, int depth, int cols, ExpectedOutcome expected_outcome) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected