Created by: luotao1
As ConvBaseLayer, ConvOperator, ConvProjection, PoolLayer all use the same outputSize function, but now they are computing independently, thus, I abstract these outputSize function in both *.cpp and config_parse.py of CNN-related layers.