Mateusz Mikolajczyk
b315880cc3
[PT FE] Add quantized::linear (#18570)
* Support GetAttr with packed params
* Apply suggestions from code review
* [PT FE] Add quantized types as normal types to decoder
* [PT FE] Add decoder dequantize, add dtypes to quantize
* [PT FE] Add dequantize example
* [PT FE] Implement replacer for quantized nodes
* [PT FE] Register replacer for quantize/dequantize
* [PT FE] Remove unwanted junk from previous version
* [PT FE] Fix building mistakes for frontend
* [PT FE] Clang fix
* [PT FE] Ease of use upgrade to quantize funcs
* [PT FE] Clang format
* [PT FE] Introduce new version of quantize/dequantize
* [PT FE] Remove unwanted files from new version
* [PT FE] Fix style
* [PT FE] Add QuantizedPtNode replacer, fix accuracy error
* [PT FE] Add improved version of quantize/dequantize with shared_ptrs
* [PT FE] Fix utils shared ptr reference error
* [PT FE] Quantize now takes correct input for operations
* [PT FE] Upgrade quantize method
* [PT FE] Add BFS for dequantize, add quantize_per_channel
* [PT FE] Add missing replacer to frontend, improve tests
* [PT FE] Rename replacer -> remover, remove unwanted header files
* [PT FE] Change function declarations to return ov::Output instead of shared ptr
* [PT FE] Add missing context mark node
* [PT FE] Remove unknown modifications to ie_c_api
* [PT FE] Remove fp16 support, turn off int32 tests
* [PT FE] Clang format
* [PT FE] Fix quantize_per_tensor
* [PT FE] Minor fixes from review
* [PT FE] Remove dequantize, remove helpers, replacer now removes nodes instead
* [PT FE] Rename Replacer to Remover for dequantize nodes
* [PT FE] Clang format
* [PT FE] Move comments to header files, minor import fixes
* [PT FE] Fix clang format
* [PT FE] Fix dtype issue
* [PT FE] Fix quantize_per_channel tests
* Add quantized::linear
* Update quantized_linear.cpp
* add contructors
* Improve tests
* Add requested checks
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
Co-authored-by: Roboreptile <piotr.krzeminski@intel.com>
2023-07-20 11:25:56 +02:00
..
2023-04-12 13:14:38 +04:00
2023-06-13 13:41:30 +02:00
2023-07-20 11:25:56 +02:00
2023-03-31 07:24:32 +00:00
2023-01-16 11:02:17 +04:00
2023-04-12 13:14:38 +04:00
2023-07-11 11:54:33 +04:00
2023-03-29 14:27:27 +04:00
2023-07-19 15:55:24 +04:00
2023-01-16 11:02:17 +04:00
2023-06-30 12:36:26 +04:00