\brief Get the padding of the deconvolution. Default: (0, 0) \see setPadding() \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
| 2582 | //! \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0 |
| 2583 | //! |
| 2584 | TRT_DEPRECATED DimsHW getPadding() const noexcept |
| 2585 | { |
| 2586 | return mImpl->getPadding(); |
| 2587 | } |
| 2588 | |
| 2589 | //! |
| 2590 | //! \brief Set the number of groups for a deconvolution. |
nothing calls this directly
no test coverage detected