intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
80 stars 23 forks source link

Expose setting intput/getting output tensors on the model #106

Closed pnehrer closed 3 months ago

pnehrer commented 3 months ago

We would like to be able to set input tensors and get output tensors on the model by their index.

Happy to expose additional similar functions for consistency but we don't need them at the moment.