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

Function UnimplementedStrCat

tensorflow/compiler/xla/util.h:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307template <typename... Args>
308Status UnimplementedStrCat(Args&&... concat) {
309 return Unimplemented("%s", absl::StrCat(std::forward<Args>(concat)...));
310}
311
312template <typename... Args>
313Status InternalErrorStrCat(Args&&... concat) {

Callers 3

DefaultActionMethod · 0.85
ChooseIdentityValueFunction · 0.85
HandleRngMethod · 0.85

Calls 2

UnimplementedFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected