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

Function InternalError

tensorflow/lite/delegates/gpu/common/status.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85inline Status InternalError(const std::string& message) {
86 return Status(StatusCode::kInternal, message);
87}
88
89inline Status InvalidArgumentError(const std::string& message) {
90 return Status(StatusCode::kInvalidArgument, message);

Callers 15

AssignObjectsToTensorsFunction · 0.70
CheckInputsOutputsFunction · 0.70
MaybeFuseActivationFunction · 0.70
RetrieveBuiltinDataFunction · 0.70
ParseMethod · 0.70
ParseMethod · 0.70
ParseMethod · 0.70
ParseMethod · 0.70
ParseMethod · 0.70
ParseMethod · 0.70

Calls 1

StatusClass · 0.70

Tested by 2

RunTestFunction · 0.40
RunTestFunction · 0.40