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

[ONNX][TOPI][RELAY] Resize refactor #7883

Merged
merged 11 commits into from
Apr 21, 2021
Merged

Commits on Apr 15, 2021

  1. adds rounding mode for nearest neighbor, passing onnx unit tests for …

    …nearest neighbor
    Matthew committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    1f54fd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. passing all linear test. passing all nearest tests except crop and re…

    …size, which needs a dynamic implementation of crop and resize
    Matthew committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    38d90ff View commit details
    Browse the repository at this point in the history
  2. most of the bicubic tests are working

    Matthew committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    c5b3070 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. fix exclude outside

    Matthew committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6e8a2d8 View commit details
    Browse the repository at this point in the history
  2. remove dead code

    Matthew committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4b06e6e View commit details
    Browse the repository at this point in the history
  3. fix lint

    Matthew committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ee22781 View commit details
    Browse the repository at this point in the history
  4. fix defaults to match old implementation

    Matthew committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    091a30d View commit details
    Browse the repository at this point in the history
  5. fix lint

    Matthew committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ab7910b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. fix gpu tests

    Matthew committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    0addc2b View commit details
    Browse the repository at this point in the history
  2. fix lint again

    Matthew committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2dacfd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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