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

Method SetInvocationId

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

Give an id to the next invocation to make error reporting more meaningful.

Source from the content-addressed store, hash-verified

93
94 // Give an id to the next invocation to make error reporting more meaningful.
95 void SetInvocationId(const string& id) { invocation_id_ = id; }
96 const string& GetInvocationId() const { return invocation_id_; }
97
98 // Invalidate the test runner, preventing it from executing any further.

Callers 2

SetFieldMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected