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

Function TfLiteGpuDelegateDelete

tensorflow/lite/delegates/gpu/gl_delegate.cc:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void TfLiteGpuDelegateDelete(TfLiteDelegate* delegate) {
475 delete tflite::gpu::gl::GetGpuDelegate(delegate);
476}
477
478TfLiteStatus TfLiteGpuDelegateBindBufferToTensor(TfLiteDelegate* delegate,
479 GLuint buffer,

Calls 1

GetGpuDelegateFunction · 0.85

Tested by

no test coverage detected