Created by: qingqing01
- Support padding for PoolProjection. Also support rectangle stride, window and input.
- Fix bug when using start in the original implementation.
- Add the support in the config interface.
- Now the implementation is consistent between PoolProjection and CudnnPool, which is tested in unit test of
test_NetworkCompare
.