\brief Get the padding that is applied at the start of the tensor. \see setPrePadding \deprecated Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
| 3895 | //! \deprecated Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0 |
| 3896 | //! |
| 3897 | TRT_DEPRECATED DimsHW getPrePadding() const noexcept |
| 3898 | { |
| 3899 | return mImpl->getPrePadding(); |
| 3900 | } |
| 3901 | |
| 3902 | //! |
| 3903 | //! \brief Set the padding that is applied at the end of the tensor. |
nothing calls this directly
no test coverage detected