* @brief Construct a new Tensor object by copy */
| 101 | * @brief Construct a new Tensor object by copy |
| 102 | */ |
| 103 | Tensor(const Tensor&) = default; |
| 104 | |
| 105 | /** |
| 106 | * @brief Construct a new Tensor object by move |
no outgoing calls
no test coverage detected