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

Function UnknownError

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

Source from the content-addressed store, hash-verified

115}
116
117inline Status UnknownError(const std::string& message) {
118 return Status(StatusCode::kUnknown, message);
119}
120
121} // namespace gpu
122} // namespace tflite

Callers 15

CreateNewProgramIdFunction · 0.50
GetEglErrorFunction · 0.50
CreateTexture2DFunction · 0.50
CreateDefaultGPUDeviceFunction · 0.50
AllocateTensorMemoryFunction · 0.50
CreateTensorBHWCFunction · 0.50
ReadDataMethod · 0.50
DispatchImplicitMethod · 0.50
EnqueueEventMethod · 0.50
EnqueueWriteImageMethod · 0.50
EnqueueReadImageMethod · 0.50
EnqueueWriteBufferMethod · 0.50

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected