onnxruntime/onnxruntime/core
Adrian Lizarraga c55da45e20
[QNN EP] Add more op unit tests (fix Clip, TopK, Tile) (#17457)
### Description
Adds more operator unit tests (all op types should now have at least 1
unit test):
- [x] Reshape
- [x] Flatten
- [x] Squeeze
- [x] Unsqueeze
- [x] Gemm
- [x] Clip
- Enable QDQ Clip on HTP backend (when not optimized away by L1
ClipQuantFusion optimizer)
  - Add support for 16-bit QDQ Clip to ClipQuantFusion optimizer
- [x] Split
- [x] Topk
  - Enable QDQ TopK on HTP backend
- [x] Tile
  - Enable QDQ Tile on HTP backend



### Motivation and Context
Increase QNN operator support and test coverage.
2023-09-20 14:31:01 -07:00
..
codegen
common Fix log color, otherwise, the immediate line followed by the colored log will be tainted (#17329) 2023-08-30 07:46:04 +08:00
dll
dlpack
eager
flatbuffers Fix compilation with newer flatbuffers (#17164) 2023-08-29 10:28:26 -07:00
framework [JS/WebGPU] Support If on WebGPU (#17478) 2023-09-19 12:20:18 -07:00
graph [QNN/CPU EP] Add 16-bit Quantize/Dequantize contrib ops (#17015) 2023-09-18 09:43:34 -07:00
language_interop_ops
mlas [QNN/CPU EP] Add 16-bit Quantize/Dequantize contrib ops (#17015) 2023-09-18 09:43:34 -07:00
optimizer [QNN EP] Add more op unit tests (fix Clip, TopK, Tile) (#17457) 2023-09-20 14:31:01 -07:00
platform Prevent GSL_SUPPRESS arguments from being modified by clang-format (#17242) 2023-08-22 18:26:53 -07:00
providers [QNN EP] Add more op unit tests (fix Clip, TopK, Tile) (#17457) 2023-09-20 14:31:01 -07:00
quantization
session Bump Up Version to 1.17.0 (#17587) 2023-09-20 11:02:58 +08:00
util Updating QDQ to support Float8E4M3FN (#16550) 2023-08-08 12:18:48 +02:00