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] Support depth_to_space op for FQ2I #8966

Merged
merged 16 commits into from
Sep 9, 2021

Commits on Sep 3, 2021

  1. WIP support per-channel quantization

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ea9eb06 View commit details
    Browse the repository at this point in the history
  2. more WIP

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f33f94f View commit details
    Browse the repository at this point in the history
  3. More WIP

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ed047ec View commit details
    Browse the repository at this point in the history
  4. fix issue with per-channel bias_add

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8e3dbb0 View commit details
    Browse the repository at this point in the history
  5. Fix fake quantize tests (apache#4)

    * Fixed fake quantize issues.
    
    * Formatting.
    
    * Cleanup unused imports
    
    * Fix real int8 tests.
    Josh Fromm authored and Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0327dab View commit details
    Browse the repository at this point in the history
  6. Add Relu

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f12538e View commit details
    Browse the repository at this point in the history
  7. One more little one (apache#5)

    * Fixed fake quantize issues.
    
    * Formatting.
    
    * Cleanup unused imports
    
    * Fix real int8 tests.
    
    * Fix requantize shape bug.
    Josh Fromm authored and Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0a0cd11 View commit details
    Browse the repository at this point in the history
  8. Non-working Per-channel Dense

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7cf9729 View commit details
    Browse the repository at this point in the history
  9. Fix legalization for non spatial operators. (apache#6)

    * Fix legalization for non spatial operators.
    
    * Fix axis checks for end2end functionality.
    Josh Fromm authored and Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    90951cc View commit details
    Browse the repository at this point in the history
  10. fix axis normalization

    fix lint
    
    fix lint again
    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b09f1d6 View commit details
    Browse the repository at this point in the history
  11. Per channel fq2i (apache#8)

    * WIP support per-channel quantization
    
    * more WIP
    
    * More WIP
    
    * fix issue with per-channel bias_add
    
    * Fix fake quantize tests (apache#4)
    
    * Fixed fake quantize issues.
    
    * Formatting.
    
    * Cleanup unused imports
    
    * Fix real int8 tests.
    
    * Add Relu
    
    * One more little one (apache#5)
    
    * Fixed fake quantize issues.
    
    * Formatting.
    
    * Cleanup unused imports
    
    * Fix real int8 tests.
    
    * Fix requantize shape bug.
    
    * Non-working Per-channel Dense
    
    * Fix legalization for non spatial operators. (apache#6)
    
    * Fix legalization for non spatial operators.
    
    * Fix axis checks for end2end functionality.
    
    * fix axis normalization
    
    fix lint
    
    fix lint again
    
    * Fix bug in requantize dimension expansion.
    
    * Format.
    
    Co-authored-by: Josh Fromm <jwfromm@octoml.ai>
    Matthew Brookhart and Josh Fromm committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4c6dc86 View commit details
    Browse the repository at this point in the history
  12. respond to review comments

    Matthew committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    607ba7c View commit details
    Browse the repository at this point in the history
  13. start dtos

    anwang2009 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d3a8049 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. wip depth_to_space

    anwang2009 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    865cf67 View commit details
    Browse the repository at this point in the history
  2. dtos ident

    anwang2009 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    4d5c150 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. merge

    anwang2009 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9519b58 View commit details
    Browse the repository at this point in the history