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

Method getPaddingNd

include/NvInfer.h:1438–1441  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1436 //! \see setPaddingNd()
1437 //!
1438 Dims getPaddingNd() const noexcept
1439 {
1440 return mImpl->getPaddingNd();
1441 }
1442
1443 //!
1444 //! \brief Set the multi-dimension dilation of the convolution.

Callers

nothing calls this directly

Calls 1

getPaddingNdMethod · 0.45

Tested by

no test coverage detected