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

Method getPrePadding

include/NvInfer.h:3897–3900  ·  view source on GitHub ↗

\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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

getPrePaddingMethod · 0.45

Tested by

no test coverage detected