mirror of
https://github.com/opencv/opencv.git
synced 2025-07-22 20:39:41 +08:00
![]() dnn : int8 quantized layers support in onnx importer * added quantized layers support in onnx importer * added more cases in eltwise node, some more checks * added tests for quantized nodes * relax thresholds for failed tests, address review comments * refactoring based on review comments * added support for unsupported cases and pre-quantized resnet50 test * relax thresholds due to int8 resize layer |
||
---|---|---|
.. | ||
batch_norm_layer.cpp | ||
convolution_layer.cpp | ||
elementwise_layers.cpp | ||
eltwise_layer.cpp | ||
fully_connected_layer.cpp | ||
layers_common.hpp | ||
layers_common.simd.hpp | ||
pooling_layer.cpp | ||
quantization_utils.cpp | ||
scale_layer.cpp | ||
softmax_layer.cpp |