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

Adds missing numpy type when looking for the ort correspondance #10943

Merged
merged 9 commits into from
Mar 22, 2022

Conversation

xadupre
Copy link
Member

@xadupre xadupre commented Mar 18, 2022

Description:
Use of NPY_LONG is ambiguous, it does not have the same meaning on all platforms (see https://numpy.org/doc/stable/reference/c-api/dtype.html). There were two functions implementing the mapping numpy type --> tensor type. This PR removes the wrong one.

Motivation and Context
Fixes issue #10853.

Copy link
Member

@yuslepukhin yuslepukhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

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

Successfully merging this pull request may close these issues.

None yet

5 participants