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

[TOSA] Add ONNX to TOSA ArgMax conversion pass #45

Open
wants to merge 14 commits into
base: feature/onnx_to_torch
Choose a base branch
from

Commits on Jul 15, 2022

  1. Update type converter for ONNXToTOSA conversion passes

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a5b801e View commit details
    Browse the repository at this point in the history
  2. Add unary op conversion passes

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    733cf9c View commit details
    Browse the repository at this point in the history
  3. Add ONNXToTOSA unary lit tests

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f9b4e48 View commit details
    Browse the repository at this point in the history
  4. Add ONNX to TOSA ArgMax conversion pass

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fe8b4dc View commit details
    Browse the repository at this point in the history
  5. Update ONNXToTOSA unary ops lit test

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c070a5e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/philippb.refactor_torch_to_tosa'…

    … into philippb.tosa_argmax
    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b1bb575 View commit details
    Browse the repository at this point in the history
  7. Update ArgMax title

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c10d29b View commit details
    Browse the repository at this point in the history
  8. Mark unary ONNX ops illegal & fail on quantized types

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e86ace9 View commit details
    Browse the repository at this point in the history
  9. Merge unary op changes

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    de1f661 View commit details
    Browse the repository at this point in the history
  10. Align TOSA lit tests

    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    dd933f5 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/philippb.refactor_torch_to_tosa'…

    … into philippb.tosa_argmax
    Philipp Braun committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c4cd0f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Remove quantization check

    Philipp Braun committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    73bbeac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5064875 View commit details
    Browse the repository at this point in the history
  3. Update comments

    Philipp Braun committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    105cdc2 View commit details
    Browse the repository at this point in the history