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