\brief Return DataType of the input/output of algorithm. \return the data type.
| 8478 | //! \return the data type. |
| 8479 | //! |
| 8480 | DataType getDataType() const noexcept |
| 8481 | { |
| 8482 | return mImpl->getDataType(); |
| 8483 | } |
| 8484 | |
| 8485 | //! |
| 8486 | //! \brief Return strides of the input/output tensor of algorithm. |
no outgoing calls
no test coverage detected