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

[QNN] Support CallNode inputs in qnn.concatenate #5360

Merged
merged 9 commits into from
May 5, 2020

Commits on Apr 30, 2020

  1. [QNN] Support CallNode inputs in qnn.concatenate

    Currently, qnn.concatenate assumes that its 1st arg
    (data) is a TupleNode. This may not necessarily be true
    if the input is a CallNode which returns a value of
    tuple-type. This patch handles the CallNode case by
    inserting TupleGetItemNodes.
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6f90712 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    8a1f1f8 View commit details
    Browse the repository at this point in the history
  3. Add test

    Change-Id: I40b55517b8b1dabbeca89337f80c0c8e62e34981
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4d7159a View commit details
    Browse the repository at this point in the history
  4. Use isinstance

    Change-Id: I731a231113c5214528373ef52b603a9f05ec502a
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a3392a6 View commit details
    Browse the repository at this point in the history
  5. isinstance fix

    Change-Id: Ib3495532f6e4feb5aae3d3096cedd4dc4676cdb4
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    9c66cca View commit details
    Browse the repository at this point in the history
  6. Use elif/else if

    Change-Id: Id8123ea2dd9ce3d8267609de7b5602bb84b084fb
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ae71ab5 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Change-Id: Ib6899bb22260575aa3f5d8b51b5d2a0277ee2b10
    mbaret committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a512b57 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Lint fix

    Change-Id: I56cf1930315344e42d956818a6c68e80836ae786
    mbaret committed May 1, 2020
    Configuration menu
    Copy the full SHA
    652bd1c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Spaces

    Change-Id: I3edab192e32bafa9ffdc915315791c63279d85dc
    mbaret committed May 4, 2020
    Configuration menu
    Copy the full SHA
    edec793 View commit details
    Browse the repository at this point in the history