\brief Get the pre-padding. \see setPrePadding()
| 1926 | //! \see setPrePadding() |
| 1927 | //! |
| 1928 | Dims getPrePadding() const noexcept |
| 1929 | { |
| 1930 | return mImpl->getPrePadding(); |
| 1931 | } |
| 1932 | |
| 1933 | //! |
| 1934 | //! \brief Set the multi-dimension post-padding for pooling. |
no outgoing calls
no test coverage detected