MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getPostPadding

Method getPostPadding

include/NvInfer.h:3923–3926  ·  view source on GitHub ↗

\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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

getPostPaddingMethod · 0.45

Tested by

no test coverage detected