\brief Get the storage location of a tensor. \return The location of tensor data. \see setLocation()
| 339 | //! \see setLocation() |
| 340 | //! |
| 341 | TensorLocation getLocation() const noexcept |
| 342 | { |
| 343 | return mImpl->getLocation(); |
| 344 | } |
| 345 | |
| 346 | //! |
| 347 | //! \brief Set the storage location of a tensor |
no outgoing calls
no test coverage detected