You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to expose vaccel bindings for high-level programming languages. At the moment, we do expose some Rust bindings. We need to clean up the semantics of these and also add support for, at least, Python
Requirements
Cleanup/extend the rust bindings to be more idiomatic.
Design respective bindings for Python
The text was updated successfully, but these errors were encountered:
At the moment this wraps the inference operation for TensorFlow models. It also implements all the "management" API, for sessions and resource registration. The API for jetson supported operations will be implemented once we adapt it to the resource registration API.
The API itself exposes Python classes for sessions and TensorFlow models which wrap the underlying C-native objects.
Problem
We want to expose vaccel bindings for high-level programming languages. At the moment, we do expose some Rust bindings. We need to clean up the semantics of these and also add support for, at least, Python
Requirements
The text was updated successfully, but these errors were encountered: