onnxruntime/onnxruntime/test
Adrian Lizarraga eae7b705ac
[Quant tool] Fix quantized bias's scale dtype to properly handle fp16 bias inputs (#20340)
### Description
- Fix quantization tool bug that did not correctly set a quantized
bias's scale data type to fp16 if the original bias was fp16.
- Enabled fp16 ConvTranspose quantization unit tests that were disabled.



### Motivation and Context
Python quantization tests for fp16 ConvTranspose were originally
disabled due to a shape inference bug. It turns out that we also have a
bug in our quantizer that does not properly handle fp16 bias inputs.
Fixing the bug allows us to re-enable these tests with the latest
version of ONNX.
2024-04-17 10:24:28 -07:00
..
common Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
contrib_ops Add Gemma Rotary Embedding (#20267) 2024-04-16 15:31:56 -07:00
cuda_host Enable CUDA EP unit testing on Windows (#20039) 2024-03-27 13:32:36 -07:00
custom_op_registration
debug_node_inputs_outputs
framework Avoid call to Node::ToProto on first Graph::Resolve to improve session creation performance. (#20296) 2024-04-17 10:07:12 +10:00
fuzzing
global_thread_pools
ir
logging_apis
mlas Add vectorized AVX512F kernel for ReduceMaximumF32Kernel (#20268) 2024-04-16 13:52:43 -07:00
onnx Enable provider option to let user provider the profiling file path (#20285) 2024-04-17 09:42:40 -07:00
opaque_api
optimizer [QNN EP] Support per-channel quantized weights (#20154) 2024-04-16 08:45:35 -07:00
perftest Enable provider option to let user provider the profiling file path (#20285) 2024-04-17 09:42:40 -07:00
platform Add helper to get errno and error message (#20324) 2024-04-17 21:17:36 +10:00
proto
providers [QNN EP] Support per-channel quantized weights (#20154) 2024-04-16 08:45:35 -07:00
python [Quant tool] Fix quantized bias's scale dtype to properly handle fp16 bias inputs (#20340) 2024-04-17 10:24:28 -07:00
quantization
shared_lib Add new SessionOptions config entry to disable specific transformers and rules (#20135) 2024-04-02 16:33:05 -07:00
testdata Avoid call to Node::ToProto on first Graph::Resolve to improve session creation performance. (#20296) 2024-04-17 10:07:12 +10:00
unittest_main Don't reduce warning level for CUDA build on Windows (#19663) 2024-03-06 15:03:55 +10:00
util Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
wasm Bump follow-redirects from 1.15.4 to 1.15.6 in /onnxruntime/test/wasm (#19950) 2024-03-16 18:54:06 -07:00
win_getopt
xctest
run_benchmark.py Add onnxruntime/test/run_benchmark.py helper script. (#19234) 2024-04-05 07:02:01 -07:00
run_benchmark.readme.md Add onnxruntime/test/run_benchmark.py helper script. (#19234) 2024-04-05 07:02:01 -07:00