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

Make Interpreter::get_shapes and get_types more generic #509

Merged
merged 1 commit into from Sep 18, 2020

Conversation

lgeiger
Copy link
Member

@lgeiger lgeiger commented Sep 18, 2020

What do these changes do?

interpreter->outputs() might not always be std::vectors so this code would fail to compile in those cases. This PR templates the code to make it also work in those cases

How Has This Been Tested?

CI

Related issue number

Supersedes #508

@lgeiger lgeiger added the internal-improvement Internal Improvements and Maintenance label Sep 18, 2020
@lgeiger lgeiger merged commit 7254930 into master Sep 18, 2020
@lgeiger lgeiger deleted the generic-tensorlists branch September 18, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-improvement Internal Improvements and Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants