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

Method Run

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

Source from the content-addressed store, hash-verified

449 using TestResultType = TestResult<DstScalar>;
450
451 void Run() {
452 MakeZeroPoints();
453 MakeLhsRhs();
454 MakeSpec();
455 MakeOtherParams();
456 MakeResultPaths();
457 MakePrepackedMatrices();
458 Eval();
459 Verify();
460 }
461
462 private:
463 void MakeZeroPoints();

Callers 7

TestZeroPointSupportFunction · 0.45
TestRCCFunction · 0.45
TestNonRCCFunction · 0.45
TestLinearAllOrdersFunction · 0.45
BenchmarkRCCFunction · 0.45
ChangeStateMethod · 0.45
ExecuteImplMethod · 0.45

Calls 2

EvalFunction · 0.50
VerifyFunction · 0.50

Tested by

no test coverage detected