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

Function InvalidArgumentError

tensorflow/stream_executor/lib/status.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return Status(error::UNIMPLEMENTED, message);
38}
39inline Status InvalidArgumentError(absl::string_view message) {
40 return Status(error::INVALID_ARGUMENT, message);
41}
42inline Status InternalError(absl::string_view message) {
43 return Status(error::INTERNAL, message);
44}

Callers 1

InitMethod · 0.50

Calls 1

StatusEnum · 0.50

Tested by

no test coverage detected