Add ceil_mode for Max and Avg pooling (#2965)
authorBartosz Sledz <bartosz.sledz@intel.com>
Mon, 16 Nov 2020 14:16:24 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 14:16:24 +0000 (15:16 +0100)
commit749d70bb63fd43ee34d1f0d169742c8326b50f21
tree1235daa0f823b6b4f3a5f1a2a10e7d0ce4585455
parent5d0bfbb47f53eeddf651cfc814863d1049fcf5f8
Add ceil_mode for Max and Avg pooling (#2965)
ngraph/frontend/onnx_import/include/onnx_import/utils/convpool.hpp
ngraph/frontend/onnx_import/include/onnx_import/utils/pooling_factory.hpp
ngraph/frontend/onnx_import/src/utils/convpool.cpp
ngraph/frontend/onnx_import/src/utils/pooling_factory.cpp
ngraph/python/tests/test_onnx/test_backend.py