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

Function GetGpuDelegate

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

Source from the content-addressed store, hash-verified

368};
369
370inline Delegate* GetGpuDelegate(TfLiteNode* node) {
371 return reinterpret_cast<Delegate*>(node->user_data);
372}
373
374inline Delegate* GetGpuDelegate(TfLiteDelegate* delegate) {
375 return reinterpret_cast<Delegate*>(delegate->data_);

Callers 5

DelegatePrepareFunction · 0.85
TfLiteGpuDelegateDeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected