AveragePool2D considered generic operator if option count_include_pad=False
I trained a LeNet network using Pytorch and export the network as onnx. For it to be correctly read by Aidge, I need to declare AveragePool2D layer with option count_include_pad=False
otherwise they are treated as Generic Operators.