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

[TOPI][Relay][OP] support dynamic NMS(Non Maximum Suppression), symbolic begin, end, and strides for strided_slice #4312

Merged
merged 22 commits into from
Jun 9, 2020

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    badd860 View commit details
    Browse the repository at this point in the history
  2. Incorporate comments

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    2b6b19a View commit details
    Browse the repository at this point in the history
  3. fix nnvm compatibility issues

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    c3be481 View commit details
    Browse the repository at this point in the history
  4. fix InferCorrectLayout

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    47faed9 View commit details
    Browse the repository at this point in the history
  5. Minor fix

    kevinthesun authored and yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a4955ca View commit details
    Browse the repository at this point in the history
  6. fix for fuse

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    e402164 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b40a5cf View commit details
    Browse the repository at this point in the history
  8. Seperate rearrange

    kevinthesun authored and yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    bd67550 View commit details
    Browse the repository at this point in the history
  9. fix lint

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    70051b5 View commit details
    Browse the repository at this point in the history
  10. fix ci, comments

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    c142880 View commit details
    Browse the repository at this point in the history
  11. change attr to Optional<T>

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4e22eef View commit details
    Browse the repository at this point in the history
  12. clang format

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    3af1682 View commit details
    Browse the repository at this point in the history
  13. remove empty lines

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5c5bc77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cbdca34 View commit details
    Browse the repository at this point in the history
  15. pylint

    yongwww committed May 26, 2020
    Configuration menu
    Copy the full SHA
    eb10cbe View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    f422d8e View commit details
    Browse the repository at this point in the history
  2. change to slice_mode

    yongwww committed May 28, 2020
    Configuration menu
    Copy the full SHA
    6caa756 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. clang-format, fix comments

    yongwww committed May 31, 2020
    Configuration menu
    Copy the full SHA
    69a440e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. fix comment

    yongwww committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4b7a924 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. change slice_mode to string

    yongwww committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    f37574c View commit details
    Browse the repository at this point in the history
  2. fix CI

    yongwww committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    5e32d73 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. update docstring

    yongwww committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5b5dda5 View commit details
    Browse the repository at this point in the history