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

Method AddError

tensorflow/core/util/proto/proto_utils.cc:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void StringErrorCollector::AddError(int line, int column,
104 const string& message) {
105 if (error_text_ != nullptr) {
106 absl::SubstituteAndAppend(error_text_, "$0($1): $2\n", line + index_offset_,
107 column + index_offset_, message);
108 }
109}
110
111void StringErrorCollector::AddWarning(int line, int column,
112 const string& message) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36