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][Frontend][TFLite] Add parser support for arg_min_max #4704

Closed
wants to merge 3 commits into from

Commits on Jan 14, 2020

  1. [Relay][Frontend][TFLite] Add parser support for arg_min_max

    * this implementation supports only the case when the axis is a scalar
    * tflite 1.13 removes all dims of size 1, Relay doesn't do this
    * WARNING: every newer version of tflite > 1.13 needs keepdims=TRUE
    inadob committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a1373fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f1962 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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