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 export of per channel fake quantize functions #42835

Closed

Commits on Aug 20, 2020

  1. Merge pull request #1 from pytorch/master

    Pull in master
    skyw committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    c4d3a6b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge pull request #2 from pytorch/master

    pull in master
    skyw committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    73bbdf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Merge pull request #3 from pytorch/master

    Pull in upstream master
    skyw committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    de93d4e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request #4 from pytorch/master

    Pull in master
    skyw committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    88ff3ac View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge pull request #5 from pytorch/master

    pull in master
    skyw committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0a1eb16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from pytorch/master

    pull in master
    skyw committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    59823c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Merge pull request #7 from pytorch/master

    Pull in master
    skyw committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5b3fe5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a47c6 View commit details
    Browse the repository at this point in the history
  3. change reduce_max to max

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    ebc9328 View commit details
    Browse the repository at this point in the history
  4. fix per channel fake quantizazion test

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    340169a View commit details
    Browse the repository at this point in the history
  5. improve test coverage

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    9f8d3af View commit details
    Browse the repository at this point in the history
  6. fix bugs in test

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8d13a9f View commit details
    Browse the repository at this point in the history
  7. remove wrong test

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b089329 View commit details
    Browse the repository at this point in the history
  8. rebase to master

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b37a9e6 View commit details
    Browse the repository at this point in the history
  9. remove windows line ending

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    fd4938e View commit details
    Browse the repository at this point in the history
  10. fix import

    Hao Wu committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    0e35b9a View commit details
    Browse the repository at this point in the history