openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
6.89k stars 2.19k forks source link

[Feature Request]: Add `ov_core_add_extension` method to C-API #26645

Open rahulchaphalkar opened 6 days ago

rahulchaphalkar commented 6 days ago

Request Description

Addition of ov_core_add_extension to C-api to enable extension loading. I can submit a PR for this.

Feature Use Case

I'd like to use this in openvino-rs which provides rust bindings. This would potentially be utilized in places like Wasi-nn implementations.

Issue submission checklist

ilya-lavrenov commented 6 days ago

Hi @rahulchaphalkar

Yes, please, feel free to add PR with tests for this feature.