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

Use unsigned long type for sizes option of resample2d #306

Merged
merged 1 commit into from
Dec 20, 2022

Commits on Dec 5, 2022

  1. Use unsigned long type for sizes option of resample2d

    The sizes option of resample2d specifies the target sizes for each
    spatial dimensions of input operand. Its type should be consistent with
    the type of operand dimensions which is unsigned long.
    
    fix webmachinelearning#300
    huningxin committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a91d79b View commit details
    Browse the repository at this point in the history