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

【PaddlePaddle Hackathon 2】24、为 Paddle 新增 nn.ChannelShuffle 组网 API #40743

Merged
merged 34 commits into from Apr 25, 2022

Commits on Apr 7, 2022

  1. Copy the full SHA
    d7ffa2c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b1f6915 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6ca6e5c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9b5fa40 View commit details
    Browse the repository at this point in the history
  5. Create channel_shuffle_op.cc

    ChannelShuffle算子的描述
    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    7d77d46 View commit details
    Browse the repository at this point in the history
  6. Create channel_shuffle_kernel_impl.h

    ChannelShuffle核函数的实现
    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    4c34c10 View commit details
    Browse the repository at this point in the history
  7. Create channel_shuffle_grad_kernel_impl.h

    ChannelShuffle反向核函数的实现
    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    be4df84 View commit details
    Browse the repository at this point in the history
  8. Add kernel register of channel shuffle and grad

    注册ChannelShuffle及其反向的核函数
    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    51829fc View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    25feafb View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2f1a958 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d515b55 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    fa164be View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1a29a72 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    cc32215 View commit details
    Browse the repository at this point in the history
  15. 修正代码格式

    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    0c9dd64 View commit details
    Browse the repository at this point in the history
  16. 删除多余空格

    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    cd6fe41 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    1cfdfd3 View commit details
    Browse the repository at this point in the history
  18. Update unary.cc

    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    5cc340d View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    88f6e2b View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b848e45 View commit details
    Browse the repository at this point in the history
  21. Update unary.cc

    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    e927fc4 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    c0d5651 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    3a7d322 View commit details
    Browse the repository at this point in the history
  24. Update vision.py

    BrilliantYuKaimin committed Apr 7, 2022
    Copy the full SHA
    56f7951 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. 调整代码格式

    BrilliantYuKaimin committed Apr 8, 2022
    Copy the full SHA
    048ef2b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Copy the full SHA
    76feb34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11b3b03 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Copy the full SHA
    2362233 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd9be7f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Copy the full SHA
    c4c7862 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7ae774 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbb8fd9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    37d4a5e View commit details
    Browse the repository at this point in the history
  5. 1
    Copy the full SHA
    e29fb30 View commit details
    Browse the repository at this point in the history