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

Method getPostPadding

include/NvInfer.h:1334–1337  ·  view source on GitHub ↗

\brief Get the post-padding. \see setPostPadding()

Source from the content-addressed store, hash-verified

1332 //! \see setPostPadding()
1333 //!
1334 Dims getPostPadding() const noexcept
1335 {
1336 return mImpl->getPostPadding();
1337 }
1338
1339 //!
1340 //! \brief Set the padding mode.

Callers

nothing calls this directly

Calls 1

getPostPaddingMethod · 0.45

Tested by

no test coverage detected