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

Method Invalidate

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

Invalidate the test runner, preventing it from executing any further.

Source from the content-addressed store, hash-verified

97
98 // Invalidate the test runner, preventing it from executing any further.
99 void Invalidate(const string& error_message) {
100 std::cerr << error_message << std::endl;
101 error_message_ = error_message;
102 }
103 bool IsValid() const { return error_message_.empty(); }
104 const string& GetErrorMessage() const { return error_message_; }
105

Callers 3

SetFieldMethod · 0.45
SetFieldMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected