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

Method getPaddingNd

include/NvInfer.h:2827–2830  ·  view source on GitHub ↗

\brief Get the multi-dimension padding of the deconvolution. If the padding is asymmetric, the pre-padding is returned. \see setPaddingNd()

Source from the content-addressed store, hash-verified

2825 //! \see setPaddingNd()
2826 //!
2827 Dims getPaddingNd() const noexcept
2828 {
2829 return mImpl->getPaddingNd();
2830 }
2831
2832 //!
2833 //! \brief Append or replace an input of this layer with a specific tensor

Callers

nothing calls this directly

Calls 1

getPaddingNdMethod · 0.45

Tested by

no test coverage detected