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

Function UnimplementedError

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

Source from the content-addressed store, hash-verified

111}
112
113inline Status UnimplementedError(const std::string& message) {
114 return Status(StatusCode::kUnimplemented, message);
115}
116
117inline Status UnknownError(const std::string& message) {
118 return Status(StatusCode::kUnknown, message);

Callers 15

SetAllDimensions<HWC>Function · 0.70
IsActivationSupportedFunction · 0.70
IsSupportedMethod · 0.70
SetAxisMethod · 0.70
IsSupportedMethod · 0.70
IsSupportedMethod · 0.70
ParseMethod · 0.70
CheckParametersMethod · 0.70
IsSupportedMethod · 0.70
ParseMethod · 0.70

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected