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

Function InternalErrorStrCat

tensorflow/compiler/xla/util.h:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312template <typename... Args>
313Status InternalErrorStrCat(Args&&... concat) {
314 return InternalError("%s", absl::StrCat(std::forward<Args>(concat)...));
315}
316
317template <typename... Args>
318Status ResourceExhaustedStrCat(Args&&... concat) {

Callers 1

HandlePadMethod · 0.85

Calls 2

InternalErrorFunction · 0.70
StrCatFunction · 0.50

Tested by

no test coverage detected