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

Method getPostPadding

include/NvInfer.h:2719–2722  ·  view source on GitHub ↗

\brief Get the padding. \see setPostPadding()

Source from the content-addressed store, hash-verified

2717 //! \see setPostPadding()
2718 //!
2719 Dims getPostPadding() const noexcept
2720 {
2721 return mImpl->getPostPadding();
2722 }
2723
2724 //!
2725 //! \brief Set the padding mode.

Callers

nothing calls this directly

Calls 1

getPostPaddingMethod · 0.45

Tested by

no test coverage detected