Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
struct 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
ErrorToString
Function · 0.85
StrAppend
Function · 0.50
Tested by
no test coverage detected