Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High-Level programming language bindings for vAccel #17

Open
bchalios opened this issue Jan 27, 2021 · 1 comment
Open

High-Level programming language bindings for vAccel #17

bchalios opened this issue Jan 27, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bchalios
Copy link
Contributor

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

  1. Cleanup/extend the rust bindings to be more idiomatic.
  2. Design respective bindings for Python
@bchalios bchalios self-assigned this Jan 27, 2021
@bchalios bchalios added the enhancement New feature or request label Jan 27, 2021
@bchalios
Copy link
Contributor Author

We started working on Python vAccel bindings https://github.com/nubificus/python-vaccel

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant