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

Method getPrePadding

include/NvInfer.h:1307–1310  ·  view source on GitHub ↗

\brief Get the pre-padding. \see setPrePadding()

Source from the content-addressed store, hash-verified

1305 //! \see setPrePadding()
1306 //!
1307 Dims getPrePadding() const noexcept
1308 {
1309 return mImpl->getPrePadding();
1310 }
1311
1312 //!
1313 //! \brief Set the multi-dimension post-padding of the convolution.

Callers

nothing calls this directly

Calls 1

getPrePaddingMethod · 0.45

Tested by

no test coverage detected