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

Method Eval

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

Source from the content-addressed store, hash-verified

1990
1991template <typename LhsScalar, typename RhsScalar, typename SpecType>
1992void TestSet<LhsScalar, RhsScalar, SpecType>::Eval() {
1993 RUY_CHECK(life_stage == LifeStage::kHasPrepackedMatrices);
1994 for (auto& result : results) {
1995 if (benchmark) {
1996 Benchmark(result.get());
1997 } else {
1998 EvalResult(result.get());
1999 }
2000 }
2001 life_stage = LifeStage::kEvaluated;
2002}
2003
2004template <typename Scalar>
2005std::string DumpRegion(const Matrix<Scalar>& matrix, int center_row,

Callers

nothing calls this directly

Calls 2

BenchmarkFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected