\brief Get the multi-dimension kernel size of the deconvolution. \see setKernelSizeNd()
| 2768 | //! \see setKernelSizeNd() |
| 2769 | //! |
| 2770 | Dims getKernelSizeNd() const noexcept |
| 2771 | { |
| 2772 | return mImpl->getKernelSizeNd(); |
| 2773 | } |
| 2774 | |
| 2775 | //! |
| 2776 | //! \brief Set the multi-dimension stride of the deconvolution. |
nothing calls this directly
no test coverage detected