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

Method getStride

include/NvInfer.h:1814–1817  ·  view source on GitHub ↗

\brief Get the stride for pooling. \see setStride() \deprecated Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0

Source from the content-addressed store, hash-verified

1812 //! \deprecated Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
1813 //!
1814 TRT_DEPRECATED DimsHW getStride() const noexcept
1815 {
1816 return mImpl->getStride();
1817 }
1818
1819 //!
1820 //! \brief Set the padding for pooling.

Callers

nothing calls this directly

Calls 1

getStrideMethod · 0.45

Tested by

no test coverage detected