MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/lite/delegates/gpu/gl/gl_errors.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51struct ErrorFormatter {
52 void operator()(std::string* out, GLenum error) const {
53 absl::StrAppend(out, ErrorToString(error));
54 }
55};
56
57} // namespace

Callers

nothing calls this directly

Calls 2

ErrorToStringFunction · 0.85
StrAppendFunction · 0.50

Tested by

no test coverage detected