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

Method setPaddingMode

include/NvInfer.h:1969–1972  ·  view source on GitHub ↗

\brief Set the padding mode. Padding mode takes precedence if both setPaddingMode and setPre/PostPadding are used. Default: kEXPLICIT_ROUND_DOWN \see getPaddingMode()

Source from the content-addressed store, hash-verified

1967 //!
1968 //! \see getPaddingMode()
1969 void setPaddingMode(PaddingMode paddingMode) noexcept
1970 {
1971 mImpl->setPaddingMode(paddingMode);
1972 }
1973
1974 //!
1975 //! \brief Get the padding mode.

Callers 5

parsePoolingFunction · 0.45
parseConvolutionFunction · 0.45
parseDeconvolutionFunction · 0.45
setPaddingModeMethod · 0.45
setPaddingModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected