intel / openvino-rs

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

Expose model's partial shape and related types #98

Closed pnehrer closed 3 months ago

pnehrer commented 3 months ago

To be able to interrogate the shape of an arbitrary model's inputs and outputs at runtime, we need to wrap and expose the partial shape and related structs.

pnehrer commented 3 months ago

Thank you!