\brief Get the dimensions of a tensor. \return The dimensions of the tensor. \warning getDimensions() returns a -1 for dimensions that are derived from a wildcard dimension. \see setDimensions()
| 233 | //! \see setDimensions() |
| 234 | //! |
| 235 | Dims getDimensions() const noexcept |
| 236 | { |
| 237 | return mImpl->getDimensions(); |
| 238 | } |
| 239 | |
| 240 | //! |
| 241 | //! \brief Set the data type of a tensor. |
no outgoing calls
no test coverage detected