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

Function NotFoundError

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

Source from the content-addressed store, hash-verified

91}
92
93inline Status NotFoundError(const std::string& message) {
94 return Status(StatusCode::kNotFound, message);
95}
96
97inline Status OutOfRangeError(const std::string& message) {
98 return Status(StatusCode::kOutOfRange, message);

Callers 6

ReadValueByTensorIdxMethod · 0.70
MaybeFuseActivationFunction · 0.70
PrepareMethod · 0.50
MakeBindingFuncFunction · 0.50
RewriteMethod · 0.50
GenerateCodeMethod · 0.50

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected