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

Method IsValid

tensorflow/lite/testing/test_runner.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 error_message_ = error_message;
102 }
103 bool IsValid() const { return error_message_.empty(); }
104 const string& GetErrorMessage() const { return error_message_; }
105
106 // Handle the overall success of this test runner. This will be true if all

Callers 7

ParseAndRunTestsFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
RunKernelTestFunction · 0.45
RunMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected