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

Add aten::avg_pool2d/avg_pool2d_backward #434

Merged
merged 23 commits into from
Jun 30, 2024
Merged

Add aten::avg_pool2d/avg_pool2d_backward #434

merged 23 commits into from
Jun 30, 2024

Commits on Jun 24, 2024

  1. add AveragePool2d op

    chunhuanMeng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    674f58a View commit details
    Browse the repository at this point in the history
  2. undo for merge

    chunhuanMeng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d89e1f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89fb9c3 View commit details
    Browse the repository at this point in the history
  4. move file

    chunhuanMeng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5ce93ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd6bcfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5499603 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01783ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01c28d4 View commit details
    Browse the repository at this point in the history
  9. add skip ut

    chunhuanMeng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e9da9df View commit details
    Browse the repository at this point in the history
  10. Remove spaces

    chunhuanMeng authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    90f63c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8539d8 View commit details
    Browse the repository at this point in the history
  12. correct file location

    chunhuanMeng committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6326a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. header file location

    chunhuanMeng authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ce6dc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59ae69 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    5cf145d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61c635 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    608ca13 View commit details
    Browse the repository at this point in the history
  2. Coding style

    fengyuan14 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    cb5b094 View commit details
    Browse the repository at this point in the history
  3. Fixing compilation issues

    fengyuan14 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0083181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0c3052 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    ba9d6df View commit details
    Browse the repository at this point in the history
  2. Remove cases

    fengyuan14 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cc5122f View commit details
    Browse the repository at this point in the history