Draft: [Feat] Support dequantization of an exported model
Context
Changes
Features
- Add
Cast
operator implementation (Export CPP); -
ignore
node attribute is no longer replaced by theexclude_unwanted_producers()
function, allowing more flexibility; -
set_nodes_datatypes()
function now keeps thefloat
tensors tofloat
type instead of turning them intoint32
;
Test
- Add
Cast
unit test;
Doc
- Add a dequant LeNet example;
Edited by Axel Farrugia