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

[Frontend][Tensorflow] Add unique operator #7441

Merged
merged 16 commits into from
Feb 26, 2021
Merged

Commits on Feb 19, 2021

  1. Initial commit of the unique operator

    Add unit tests for unique operator
    ymwangg committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6681484 View commit details
    Browse the repository at this point in the history
  2. Add tensorflow unique op

    ymwangg committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9d9fae5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    e83259c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99463dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ffad98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f31f53f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c403e52 View commit details
    Browse the repository at this point in the history
  6. Fix pylint

    ymwangg committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    2c2f2c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Patch pytorch frontend

    ymwangg committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    8c74e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1553d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14811bf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Feb 25, 2021

  1. Refactor to simplify

    ymwangg committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    822e28e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ymwangg committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8705397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c0b56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74c8fc1 View commit details
    Browse the repository at this point in the history