Add quantization preprocess to include fully connected layer nodes (#133)
* Add preprocessor pass to include fully connected nodes
* Change name variable for clarity
* Exclude nodes from quantization when present in both include and exclude sets
* Remove unnecessary if condition
* Update comment
* Change name variable for clarity
* Fix type hints