\brief Get the minimum / optimum / maximum dimensions for input or output tensor. \param index Index of the input or output of the algorithm. Incremental numbers assigned to indices of inputs and the outputs. \param select Which of the minimum, optimum, or maximum dimensions to be queried.
| 8581 | //! \param select Which of the minimum, optimum, or maximum dimensions to be queried. |
| 8582 | //! |
| 8583 | Dims getDimensions(int32_t index, OptProfileSelector select) const noexcept |
| 8584 | { |
| 8585 | return mImpl->getDimensions(index, select); |
| 8586 | } |
| 8587 | |
| 8588 | //! |
| 8589 | //! \brief Return number of inputs of the algorithm. |
nothing calls this directly
no test coverage detected