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 op topk #2305

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Onnx op topk #2305

wants to merge 14 commits into from

Commits on Sep 25, 2024

  1. feat: add topk operation

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    da34ba5 View commit details
    Browse the repository at this point in the history
  2. fix test

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2973945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    578c346 View commit details
    Browse the repository at this point in the history
  4. fix: only run on macos

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    17dce60 View commit details
    Browse the repository at this point in the history
  5. chore: clean up

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ce1aa89 View commit details
    Browse the repository at this point in the history
  6. chore: updated supported ops

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5783f76 View commit details
    Browse the repository at this point in the history
  7. cleanup

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    16ce366 View commit details
    Browse the repository at this point in the history
  8. cleanup

    oojo12 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4ca56c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. address feedback

    oojo12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    49a6a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f293ad3 View commit details
    Browse the repository at this point in the history
  3. EOD

    oojo12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    449f519 View commit details
    Browse the repository at this point in the history
  4. EOD cleanup

    oojo12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    249d60c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. minor update

    oojo12 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    07f79ab View commit details
    Browse the repository at this point in the history
  2. run checks and other fixes

    oojo12 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7e221c9 View commit details
    Browse the repository at this point in the history