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

Method getPostPadding

include/NvInfer.h:1956–1959  ·  view source on GitHub ↗

\brief Get the padding. \see setPostPadding()

Source from the content-addressed store, hash-verified

1954 //! \see setPostPadding()
1955 //!
1956 Dims getPostPadding() const noexcept
1957 {
1958 return mImpl->getPostPadding();
1959 }
1960
1961 //!
1962 //! \brief Set the padding mode.

Callers 3

getPostPaddingMethod · 0.45
getPostPaddingMethod · 0.45
getPostPaddingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected