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

Method getPadding

include/NvInfer.h:2584–2587  ·  view source on GitHub ↗

\brief Get the padding of the deconvolution. Default: (0, 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

2582 //! \deprecated Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
2583 //!
2584 TRT_DEPRECATED DimsHW getPadding() const noexcept
2585 {
2586 return mImpl->getPadding();
2587 }
2588
2589 //!
2590 //! \brief Set the number of groups for a deconvolution.

Callers

nothing calls this directly

Calls 1

getPaddingMethod · 0.45

Tested by

no test coverage detected