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

Method getStride

include/NvInfer.h:4326–4329  ·  view source on GitHub ↗

\brief Get the stride for the output slice. \return The slicing stride, or an invalid Dims structure. If the fourth input is present and non-null, this function returns a Dims with nbDims = -1. \see setStride

Source from the content-addressed store, hash-verified

4324 //! \see setStride
4325 //!
4326 Dims getStride() const noexcept
4327 {
4328 return mImpl->getStride();
4329 }
4330
4331 //!
4332 //! \brief Set the slice mode.

Callers 3

getStrideMethod · 0.45
getStrideMethod · 0.45
getStrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected