mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
* nnapi quantization work, 1. add SymmPerChannelQuantParams to operand types
* add ways for operand_type to change dimension
* remove per-channel quantization
* Squashed commit of the following:
commit 4857c3a732298c2f96efb61800b7621251d61c1b
Author: gwang <wanggy@outlook.com>
Date: Tue Jul 14 23:02:28 2020 -0700
remove per-channel quantization
commit 775e4b2960f531496b8d11eef27d64e5b85c3c66
Author: gwang <wanggy@outlook.com>
Date: Mon Jul 13 11:54:02 2020 -0700
add ways for operand_type to change dimension
commit e56a494de67c66f8122d908270fbc2bb17e38423
Author: gwang <wanggy@outlook.com>
Date: Wed Jul 8 15:18:55 2020 -0700
nnapi quantization work, 1. add SymmPerChannelQuantParams to operand types
* add support for QuantizeLinear
* add dequantizelinear support
* minor style update
* minor bug fix
* add quantization support for qlinearmatmul, minor issue fix
* add quantized input support, minor bug fix
* fix issues in the qlinearmatmul
* add verify scale and zeropoint for qlinearmatmul
* add test for [de]qunatizelinear ops
* add qlinearconv support
* fixed small issue causing test failure
* fix test exception
* fix for centos test failure
* fix centos test failure
* fix issue causing win-tensorRT ci failure
* addressed comments
|
||
|---|---|---|
| .. | ||
| codegen | ||
| common | ||
| dll | ||
| framework | ||
| graph | ||
| language_interop_ops | ||
| mlas | ||
| optimizer | ||
| platform | ||
| profile | ||
| protobuf | ||
| providers | ||
| session | ||
| util | ||