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

Function InvalidArgumentStrCat

tensorflow/compiler/xla/util.h:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302template <typename... Args>
303Status InvalidArgumentStrCat(Args&&... concat) {
304 return InvalidArgument("%s", absl::StrCat(std::forward<Args>(concat)...));
305}
306
307template <typename... Args>
308Status UnimplementedStrCat(Args&&... concat) {

Callers 2

LookUpMethod · 0.85
ExecuteMethod · 0.85

Calls 2

InvalidArgumentFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected