\brief Get the pre-padding. \see setPrePadding()
| 1305 | //! \see setPrePadding() |
| 1306 | //! |
| 1307 | Dims getPrePadding() const noexcept |
| 1308 | { |
| 1309 | return mImpl->getPrePadding(); |
| 1310 | } |
| 1311 | |
| 1312 | //! |
| 1313 | //! \brief Set the multi-dimension post-padding of the convolution. |
nothing calls this directly
no test coverage detected