\brief Get the data type of a tensor. \return The data type of the tensor. \see setType()
| 260 | //! \see setType() |
| 261 | //! |
| 262 | DataType getType() const noexcept |
| 263 | { |
| 264 | return mImpl->getType(); |
| 265 | } |
| 266 | |
| 267 | //! |
| 268 | //! \brief Set dynamic range for the tensor |