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

Complete bindings to nvinfer1::INetworkDefinition #31

Open
mstallmo opened this issue Oct 7, 2020 · 2 comments
Open

Complete bindings to nvinfer1::INetworkDefinition #31

mstallmo opened this issue Oct 7, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mstallmo
Copy link
Owner

mstallmo commented Oct 7, 2020

Issue tracking the completion of bindings to the nvinfer1::INetworkDefinition interface in the TesnorRT library. All public functions available from the C++ library should have corresponding Rust bindings.

@mstallmo mstallmo added good first issue Good for newcomers help wanted Extra attention is needed enhancement New feature or request and removed good first issue Good for newcomers help wanted Extra attention is needed labels Oct 7, 2020
@mstallmo
Copy link
Owner Author

Starting work on this.

@mstallmo
Copy link
Owner Author

I was only able to partially complete this in #40. Turns out that writing bindings for the type that defines the core of a network in TensorRT entails writing bindings for all of the layers that it creates as well.

There are a few more important things that I'd like to support first before tackling all of those bindings as it is mostly tedious, repetitive work.

I'm going to re-add the help wanted and good first issue tags just in case someone else might want to pick this up before I get back around to working on it.

@mstallmo mstallmo added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant