\brief Get the multi-dimension padding of the deconvolution. If the padding is asymmetric, the pre-padding is returned. \see setPaddingNd()
| 2825 | //! \see setPaddingNd() |
| 2826 | //! |
| 2827 | Dims getPaddingNd() const noexcept |
| 2828 | { |
| 2829 | return mImpl->getPaddingNd(); |
| 2830 | } |
| 2831 | |
| 2832 | //! |
| 2833 | //! \brief Append or replace an input of this layer with a specific tensor |
nothing calls this directly
no test coverage detected