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

Method getKernelSizeNd

include/NvInfer.h:1383–1386  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1381 //! \see setKernelSizeNd()
1382 //!
1383 Dims getKernelSizeNd() const noexcept
1384 {
1385 return mImpl->getKernelSizeNd();
1386 }
1387
1388 //!
1389 //! \brief Set the multi-dimension stride of the convolution.

Callers 2

sparsifyFunction · 0.45
getKernelSizeNdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected