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

Method getPadding

include/NvInfer.h:1844–1847  ·  view source on GitHub ↗

\brief Get the padding for pooling. Default: 0 \see setPadding() \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0

Source from the content-addressed store, hash-verified

1842 //! \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
1843 //!
1844 TRT_DEPRECATED DimsHW getPadding() const noexcept
1845 {
1846 return mImpl->getPadding();
1847 }
1848
1849 //!
1850 //! \brief Set the blending factor for the max_average_blend mode:

Callers 2

getPaddingMethod · 0.45
getPaddingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected