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][Relay] Support "tf_crop_and_resize" in relay Resize op. #9475

Merged
merged 6 commits into from
Nov 16, 2021

Commits on Nov 15, 2021

  1. add fallback to opset 11

    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    96539d2 View commit details
    Browse the repository at this point in the history
  2. Support tf_crop_and_resize in resize op

    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4c8121a View commit details
    Browse the repository at this point in the history
  3. change api use in the rest of the codebase

    really fix the tests
    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    11381f9 View commit details
    Browse the repository at this point in the history
  4. respond to review comments, improve doc strings

    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5192ac9 View commit details
    Browse the repository at this point in the history
  5. fix docstring indentation

    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    19b31dc View commit details
    Browse the repository at this point in the history
  6. remove N anc C from resize roi

    Matthew Brookhart committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3dd483d View commit details
    Browse the repository at this point in the history