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

Function GetDelegate

tensorflow/lite/delegates/gpu/cl/gpu_api_delegate.cc:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251};
252
253inline Delegate* GetDelegate(TfLiteNode* node) {
254 return reinterpret_cast<Delegate*>(node->user_data);
255}
256
257inline Delegate* GetDelegate(TfLiteDelegate* delegate) {
258 return reinterpret_cast<Delegate*>(delegate->data_);

Calls

no outgoing calls

Tested by

no test coverage detected