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

Better grouped convolution for CPU targets #6137

Merged
merged 28 commits into from
Mar 25, 2021
Merged

Commits on Mar 20, 2021

  1. integrated with v0.8

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d572a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32132b View commit details
    Browse the repository at this point in the history
  3. Added ASF license header

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ca5c67f View commit details
    Browse the repository at this point in the history
  4. Minor bug fixes

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    737d36f View commit details
    Browse the repository at this point in the history
  5. Added asymmetric padding support

    Fixed linting
    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e22adbe View commit details
    Browse the repository at this point in the history
  6. Improve linting

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d7f6c2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    323f8e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55ad3d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0722844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9460ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b41a868 View commit details
    Browse the repository at this point in the history
  12. Update conv2d.py

    Fixed merge issue
    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1adf616 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a26e5c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c79a7ca View commit details
    Browse the repository at this point in the history
  15. removed infer_pad from GSPC

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    bd32372 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3f9e51 View commit details
    Browse the repository at this point in the history
  17. Added ASF license header

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e741ca7 View commit details
    Browse the repository at this point in the history
  18. Minor bug fixes

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    36f9128 View commit details
    Browse the repository at this point in the history
  19. Added asymmetric padding support

    Fixed linting
    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    12de6b8 View commit details
    Browse the repository at this point in the history
  20. Improve linting

    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ef858b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10d6e40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f468988 View commit details
    Browse the repository at this point in the history
  23. Update conv2d.py

    Fixed merge issue
    Wheest committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    6fef83a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cf87146 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8f74750 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Minor fix

    Wheest committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    53b4d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd23e11 View commit details
    Browse the repository at this point in the history
  3. Fixed unexpected linting error

    Wheest committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7a2c3ca View commit details
    Browse the repository at this point in the history