\brief Get the pre-padding. \see setPrePadding()
| 2689 | //! \see setPrePadding() |
| 2690 | //! |
| 2691 | Dims getPrePadding() const noexcept |
| 2692 | { |
| 2693 | return mImpl->getPrePadding(); |
| 2694 | } |
| 2695 | |
| 2696 | //! |
| 2697 | //! \brief Set the multi-dimension post-padding of the deconvolution. |
nothing calls this directly
no test coverage detected