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

[Relay] Conv2D padding representation #4787

Merged
merged 10 commits into from
Feb 5, 2020
Merged

Commits on Jan 29, 2020

  1. enforce 4-way padding

    Xingyu Zhou committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    290c208 View commit details
    Browse the repository at this point in the history
  2. add util with get_pad_tuple

    Xingyu Zhou committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ff55f62 View commit details
    Browse the repository at this point in the history
  3. delete unnecessary arguments

    Xingyu Zhou committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    1faaad3 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Xingyu Zhou committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    87c35db View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. add container.Array case

    Xingyu Zhou committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    eaee475 View commit details
    Browse the repository at this point in the history
  2. fix cudnn conv2d asymmetric padding logic

    Xingyu Zhou committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    4887886 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. rename get_pad_tuple to get_pad_tuple2d

    Xingyu Zhou committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    427d796 View commit details
    Browse the repository at this point in the history
  2. revert change for topi/python/topi/nn/conv2d.py

    Xingyu Zhou committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    efd2013 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. add get_pad_tuple2d for several contrib conv2d ops

    Xingyu Zhou committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    62b00d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. add get_pad_tuple2d for all conv2d ops

    Xingyu Zhou committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    00fd0c4 View commit details
    Browse the repository at this point in the history