! * \brief Get the shape of the Tensor. * \return The shape of the Tensor. */
| 748 | * \return The shape of the Tensor. |
| 749 | */ |
| 750 | ShapeView shape() const { return ShapeView(tensor_.shape, tensor_.ndim); } |
| 751 | |
| 752 | /*! |
| 753 | * \brief Get the number of elements in the Tensor. |