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

Function ParseAndRunTests

tensorflow/lite/testing/parse_testdata.cc:366–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364};
365
366bool ParseAndRunTests(std::istream* input, TestRunner* test_runner,
367 int max_invocations) {
368 TestData test_data(test_runner);
369 test_data.SetMaxInvocations(max_invocations);
370 Message::Read(input, &test_data);
371 return test_runner->IsValid() && test_runner->GetOverallSuccess();
372}
373
374} // namespace testing
375} // namespace tflite

Callers 4

TEST_PFunction · 0.85
TEST_PFunction · 0.85
RunDiffTestFunction · 0.85
InterpretFunction · 0.85

Calls 3

SetMaxInvocationsMethod · 0.80
GetOverallSuccessMethod · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected