Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ErrorFormatter
Class
ErrorFormatter
tensorflow/lite/delegates/gpu/gl/gl_errors.cc:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
struct ErrorFormatter {
52
void operator()(std::string* out, GLenum error) const {
53
absl::StrAppend(out, ErrorToString(error));
54
}
55
};
56
57
} // namespace
58
Callers
1
GetOpenGlErrors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected