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

Method getKernelSizeNd

include/NvInfer.h:2770–2773  ·  view source on GitHub ↗

\brief Get the multi-dimension kernel size of the deconvolution. \see setKernelSizeNd()

Source from the content-addressed store, hash-verified

2768 //! \see setKernelSizeNd()
2769 //!
2770 Dims getKernelSizeNd() const noexcept
2771 {
2772 return mImpl->getKernelSizeNd();
2773 }
2774
2775 //!
2776 //! \brief Set the multi-dimension stride of the deconvolution.

Callers

nothing calls this directly

Calls 1

getKernelSizeNdMethod · 0.45

Tested by

no test coverage detected