onnxruntime
Drop QDQ around more nodes
#21376
Merged

Commits
  • Remove QDQ nodes around Flatten
    mcollinswisc committed 1 year ago
  • Add more operators for which QDQ can be removed
    mcollinswisc committed 1 year ago
  • Keep QDQ nodes w/ nonpositive scale around MaxPool
    mcollinswisc committed 1 year ago
  • Unit test on QDQ w/ nonpositive scale around MaxPool
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Merge branch 'qdq_optim_nonpositive_scale' into qdq_optim
    mcollinswisc committed 1 year ago
  • Unit test on removing QDQ around Expand
    mcollinswisc committed 1 year ago
  • Add selector to remove QDQ nodes around Min, Max, and Abs
    mcollinswisc committed 1 year ago
  • Change formatting according to clangformat
    mcollinswisc committed 1 year ago
  • Unit test that QDQ nodes are remove around Tile
    mcollinswisc committed 1 year ago
  • Merge branch 'qdq_optim_nonpositive_scale' into qdq_optim
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim_nonpositive_scale
    mcollinswisc committed 1 year ago
  • Switch to std::fileystem::path in IsQOrDQScalePositiveConstantScalar
    mcollinswisc committed 1 year ago
  • Merge branch 'qdq_optim_nonpositive_scale' into qdq_optim
    mcollinswisc committed 1 year ago
  • Remove SpaceToDepth and SpaceToDepth from Drop QDQ optimization
    mcollinswisc committed 1 year ago
  • Fix grammar in comment
    mcollinswisc committed 1 year ago
  • Unit test that QDQ is dropped around Slice
    mcollinswisc committed 1 year ago
  • Unit test on removing QDQ around GatherElements
    mcollinswisc committed 1 year ago
  • Apply lintrunner
    mcollinswisc committed 1 year ago
  • Drop QDQ around ReduceMin & ReduceMax, not Min & Max
    mcollinswisc committed 1 year ago
  • Disallow 16bit for ReduceMin & ReduceMax
    mcollinswisc committed 1 year ago
  • Unit test on dropping QDQ from around ReduceMin/Max
    mcollinswisc committed 1 year ago
  • Fix comment in ReduceExtremumDropQDQ test case
    mcollinswisc committed 1 year ago
  • Remove selector to drop QDQ around Abs
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Reformatting from lintrunner
    mcollinswisc committed 1 year ago
  • Fix comment grammar according to review suggestion
    mcollinswisc committed 1 year ago
  • Register drop_action_no_int16_nor_nonpositive_scale in minimal build
    mcollinswisc committed 1 year ago
  • Continue line to keep it under 120 chars
    mcollinswisc committed 1 year ago
  • Change name "no nonpositive scale" to "and positive scale"
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim_nonpositive_scale
    mcollinswisc committed 1 year ago
  • More reformatting to keep lines under 120 chars
    mcollinswisc committed 1 year ago
  • Merge branch 'qdq_optim_nonpositive_scale' into qdq_optim
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Undo spacing change in Gemm test
    mcollinswisc committed 1 year ago
  • Delete drop_action_no_nonpositive_scale_name
    mcollinswisc committed 1 year ago
  • Alphabetize operator names included in base selector
    mcollinswisc committed 1 year ago
  • Alphabetize operators in no 16-bit & positive selector
    mcollinswisc committed 1 year ago
  • [Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Move some comments to line before
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Change spacing around comments according to clang-format/lintrunner
    mcollinswisc committed 1 year ago
  • Merge branch 'main' into qdq_optim
    mcollinswisc committed 1 year ago
  • Set /bigobj for qdq_transformer_test.cc
    mcollinswisc committed 1 year ago
Loading