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

Method getPrePadding

include/NvInfer.h:1928–1931  ·  view source on GitHub ↗

\brief Get the pre-padding. \see setPrePadding()

Source from the content-addressed store, hash-verified

1926 //! \see setPrePadding()
1927 //!
1928 Dims getPrePadding() const noexcept
1929 {
1930 return mImpl->getPrePadding();
1931 }
1932
1933 //!
1934 //! \brief Set the multi-dimension post-padding for pooling.

Callers 3

getPrePaddingMethod · 0.45
getPrePaddingMethod · 0.45
getPrePaddingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected