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

Method getPrePadding

include/NvInfer.h:2691–2694  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2689 //! \see setPrePadding()
2690 //!
2691 Dims getPrePadding() const noexcept
2692 {
2693 return mImpl->getPrePadding();
2694 }
2695
2696 //!
2697 //! \brief Set the multi-dimension post-padding of the deconvolution.

Callers

nothing calls this directly

Calls 1

getPrePaddingMethod · 0.45

Tested by

no test coverage detected