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

Method getPaddingNd

include/NvInfer.h:2059–2062  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2057 //! \see setPaddingNd()
2058 //!
2059 Dims getPaddingNd() const noexcept
2060 {
2061 return mImpl->getPaddingNd();
2062 }
2063
2064protected:
2065 virtual ~IPoolingLayer() noexcept = default;

Callers 2

getPaddingNdMethod · 0.45
getPaddingNdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected