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

Optimize x86 DeformableConv2D #4128

Merged
merged 20 commits into from
Oct 14, 2022
Merged

Optimize x86 DeformableConv2D #4128

merged 20 commits into from
Oct 14, 2022

Commits on Jul 22, 2022

  1. Add DeformableConv2D

    miemie2013 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    70cb0f6 View commit details
    Browse the repository at this point in the history
  2. Add DeformableConv2D

    Add DeformableConv2D
    miemie2013 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    99b2dfc View commit details
    Browse the repository at this point in the history
  3. Add DeformableConv2D

    Add DeformableConv2D
    miemie2013 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4c8fdc4 View commit details
    Browse the repository at this point in the history
  4. Add DeformableConv2D

    Add DeformableConv2D
    miemie2013 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e6d965f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. add unittest and docs

    miemie2013 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    06defc5 View commit details
    Browse the repository at this point in the history
  2. fix pad negative value.

    miemie2013 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    01c51df View commit details
    Browse the repository at this point in the history
  3. apply code-format changes

    miemie2013 authored and github-actions[bot] committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0458b59 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. fix ptr bug

    miemie2013 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5a8bac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1463f1 View commit details
    Browse the repository at this point in the history
  3. Add DeformableConv2D

    miemie2013 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e8fb93d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    62da7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ea286 View commit details
    Browse the repository at this point in the history
  3. fix year to 2022

    miemie2013 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    13e8cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1cdf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    a2bb826 View commit details
    Browse the repository at this point in the history
  2. use sigmoid mask

    nihui committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c405dfd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    8557634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958c8b0 View commit details
    Browse the repository at this point in the history
  3. delete debug code.

    miemie2013 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c23da01 View commit details
    Browse the repository at this point in the history
  4. apply code-format changes

    miemie2013 authored and github-actions[bot] committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ed947d4 View commit details
    Browse the repository at this point in the history