\brief Get the padding for pooling. Default: 0 \see setPadding() \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
| 1842 | //! \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0 |
| 1843 | //! |
| 1844 | TRT_DEPRECATED DimsHW getPadding() const noexcept |
| 1845 | { |
| 1846 | return mImpl->getPadding(); |
| 1847 | } |
| 1848 | |
| 1849 | //! |
| 1850 | //! \brief Set the blending factor for the max_average_blend mode: |
no outgoing calls
no test coverage detected