gtbluesky / onnxruntime_flutter

A flutter plugin for OnnxRuntime provides an easy, flexible, and fast Dart API to integrate Onnx models in flutter apps across mobile and desktop platforms.
MIT License
54 stars 13 forks source link

[Question] How to use execution providers? #10

Closed CaptainDario closed 3 months ago

CaptainDario commented 4 months ago

The ONNX runtime provides a long list of execution providers. Now I am wondering if this package intents to support all / any of those?

gtbluesky commented 3 months ago

You can use 'OrtSessionOptions.appendNnapiProvider' and other similar methods to implement it.

CaptainDario commented 2 months ago

@gtbluesky so you are not planning on adding those?