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 for size related options of conv2d, convTranspose2d and pooling operations #294

Merged
merged 2 commits into from
Dec 20, 2022

Commits on Sep 8, 2022

  1. Change the type of some attributes to unsigned long

    There are no use cases for negative values of these attributes including:
    - MLConv2dOptions: padding, strides, dilations and groups.
    - MLConvTranspose2dOptions: padding, strides, dilations, outputPadding,
      outputSizes and groups.
    - MLPool2dOptions: windowDimensions, padding, strides, dilations and
      outputSizes.
    
    fix webmachinelearning#269
    huningxin committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    980f027 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    9c2e9fa View commit details
    Browse the repository at this point in the history