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

Function InternalError

tensorflow/stream_executor/lib/status.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 return Status(error::INVALID_ARGUMENT, message);
41}
42inline Status InternalError(absl::string_view message) {
43 return Status(error::INTERNAL, message);
44}
45inline Status FailedPreconditionError(absl::string_view message) {
46 return Status(error::FAILED_PRECONDITION, message);
47}

Callers 15

GetBlasDataTypeFunction · 0.50
GetBlasComputationTypeFunction · 0.50
MemsetMethod · 0.50
DoConvolveMethod · 0.50
GetKernelMethod · 0.50
LaunchExecutableGraphMethod · 0.50
BeginGraphCaptureMethod · 0.50
EndGraphCaptureMethod · 0.50
InstantiateGraphMethod · 0.50
UpdateExecutableGraphMethod · 0.50
LoadModuleMethod · 0.50
LaunchKernelMethod · 0.50

Calls 1

StatusEnum · 0.50

Tested by

no test coverage detected