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

Fix avgPool3d #7133

Merged
merged 23 commits into from
Dec 6, 2022
Merged

Fix avgPool3d #7133

merged 23 commits into from
Dec 6, 2022

Commits on Dec 1, 2022

  1. fix webgl

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    411bae3 View commit details
    Browse the repository at this point in the history
  2. rename

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    385c1a6 View commit details
    Browse the repository at this point in the history
  3. add strides check

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    010dfbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b62ff4 View commit details
    Browse the repository at this point in the history
  5. Update conv_util.ts

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    dbc15e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8299c05 View commit details
    Browse the repository at this point in the history
  7. reduce valid

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1822a83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    061f929 View commit details
    Browse the repository at this point in the history
  9. lint

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e4afabf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b6e48a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67a5f4a View commit details
    Browse the repository at this point in the history
  12. reduce

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    02b63da View commit details
    Browse the repository at this point in the history
  13. add tests

    Linchenn committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f70417c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. isArray

    Linchenn committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f9036e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb2bc5 View commit details
    Browse the repository at this point in the history
  3. Update pool_gpu.ts

    Linchenn committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5cba16b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e81b203 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    77bc49b View commit details
    Browse the repository at this point in the history
  2. Update pool2d_webgpu.ts

    Linchenn committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0bec23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f37e707 View commit details
    Browse the repository at this point in the history
  4. Update avg_pool_3d_test.ts

    Linchenn committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    58108f1 View commit details
    Browse the repository at this point in the history
  5. Update avg_pool_3d_test.ts

    Linchenn committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1b478d6 View commit details
    Browse the repository at this point in the history
  6. skip tests for node

    Linchenn committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    60c9379 View commit details
    Browse the repository at this point in the history