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