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

Function NnApiDelegate

tensorflow/lite/delegates/nnapi/nnapi_delegate.cc:3487–3490  ·  view source on GitHub ↗

Returns a singleton NNAPI Delegate that can check for support of ops.

Source from the content-addressed store, hash-verified

3485
3486// Returns a singleton NNAPI Delegate that can check for support of ops.
3487TfLiteDelegate* NnApiDelegate() {
3488 static StatefulNnApiDelegate* delegate = new StatefulNnApiDelegate();
3489 return delegate;
3490}
3491
3492} // namespace tflite

Callers 3

CreateNNAPIDelegateFunction · 0.50
InvokeMethod · 0.50

Calls

no outgoing calls

Tested by 1