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

Method getPaddingMode

include/NvInfer.h:1980–1983  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1978 //!
1979 //! \see setPaddingMode()
1980 PaddingMode getPaddingMode() const noexcept
1981 {
1982 return mImpl->getPaddingMode();
1983 }
1984
1985 //!
1986 //! \brief Set the multi-dimension window size for pooling.

Callers 2

getPaddingModeMethod · 0.45
getPaddingModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected