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

Function OutOfRangeError

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

Source from the content-addressed store, hash-verified

95}
96
97inline Status OutOfRangeError(const std::string& message) {
98 return Status(StatusCode::kOutOfRange, message);
99}
100
101inline Status PermissionDeniedError(const std::string& message) {
102 return Status(StatusCode::kPermissionDenied, message);

Callers 14

CheckTensorIsAvailableFunction · 0.70
ReadValueMethod · 0.70
GetTensorDimsMethod · 0.70
ReadValueByTensorIdxMethod · 0.70
LookupNodeMethod · 0.70
LookupValueMethod · 0.70
MakeViewMethod · 0.50
GetInputObjectMethod · 0.50
GetOutputObjectMethod · 0.50
SetInputObjectMethod · 0.50
SetOutputObjectMethod · 0.50
SetInputShapeMethod · 0.50

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected