\brief Get the multi-dimension padding for pooling. If the padding is asymmetric, the pre-padding is returned. \see setPaddingNd()
| 2057 | //! \see setPaddingNd() |
| 2058 | //! |
| 2059 | Dims getPaddingNd() const noexcept |
| 2060 | { |
| 2061 | return mImpl->getPaddingNd(); |
| 2062 | } |
| 2063 | |
| 2064 | protected: |
| 2065 | virtual ~IPoolingLayer() noexcept = default; |
no outgoing calls
no test coverage detected