\brief Get the kernel weights for the deconvolution. \see setNbGroups()
| 2636 | //! \see setNbGroups() |
| 2637 | //! |
| 2638 | Weights getKernelWeights() const noexcept |
| 2639 | { |
| 2640 | return mImpl->getKernelWeights(); |
| 2641 | } |
| 2642 | |
| 2643 | //! |
| 2644 | //! \brief Set the bias weights for the deconvolution. |
nothing calls this directly
no test coverage detected