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

Method getStride

include/NvInfer.h:2550–2553  ·  view source on GitHub ↗

\brief Get the stride of the deconvolution. Default: (1,1) \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

2548 //! \deprecated Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
2549 //!
2550 TRT_DEPRECATED DimsHW getStride() const noexcept
2551 {
2552 return mImpl->getStride();
2553 }
2554
2555 //!
2556 //! \brief Set the padding of the deconvolution.

Callers

nothing calls this directly

Calls 1

getStrideMethod · 0.45

Tested by

no test coverage detected