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

Method getPaddingMode

include/NvInfer.h:1360–1363  ·  view source on GitHub ↗

\brief Get the padding mode. Default: kEXPLICIT_ROUND_DOWN \see setPaddingMode()

Source from the content-addressed store, hash-verified

1358 //! \see setPaddingMode()
1359 //!
1360 PaddingMode getPaddingMode() const noexcept
1361 {
1362 return mImpl->getPaddingMode();
1363 }
1364
1365 //!
1366 //! \brief Set the multi-dimension kernel size of the convolution.

Callers

nothing calls this directly

Calls 1

getPaddingModeMethod · 0.45

Tested by

no test coverage detected