Draft: [Feat] Support dequantization of an exported model
Context
Changes
Features
- Add
Castoperator implementation (Export CPP); -
ignorenode attribute is no longer replaced by theexclude_unwanted_producers()function, allowing more flexibility; -
set_nodes_datatypes()function now keeps thefloattensors tofloattype instead of turning them intoint32;
Test
- Add
Castunit test;
Doc
- Add a dequant LeNet example;
Edited by Axel Farrugia