\brief Get the padding that is applied at the end of the tensor. \see setPostPadding \deprecated Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
| 3921 | //! \deprecated Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0 |
| 3922 | //! |
| 3923 | TRT_DEPRECATED DimsHW getPostPadding() const noexcept |
| 3924 | { |
| 3925 | return mImpl->getPostPadding(); |
| 3926 | } |
| 3927 | |
| 3928 | //! |
| 3929 | //! \brief Set the padding that is applied at the start of the tensor. |
nothing calls this directly
no test coverage detected