\brief Return strides of the input/output tensor of algorithm. For vectorized formats, strides are given in units of vectors. \return the strides of the tensor.
| 8489 | //! \return the strides of the tensor. |
| 8490 | //! |
| 8491 | Dims getStrides() const noexcept |
| 8492 | { |
| 8493 | return mImpl->getStrides(); |
| 8494 | } |
| 8495 | |
| 8496 | //! |
| 8497 | //! \brief Return the index of the vectorized dimension or -1 for non-vectorized formats. |
no outgoing calls
no test coverage detected