"vscode:/vscode.git/clone" did not exist on "e0fae6fd733e82d54a267003c3e7e6d018bfd96e"
Commit a7da01f0 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 0d2aafb2
...@@ -271,8 +271,7 @@ struct Tensor ...@@ -271,8 +271,7 @@ struct Tensor
~Tensor() = default; ~Tensor() = default;
Tensor& operator=(const Tensor&) = default; Tensor& operator=(const Tensor&) = default;
Tensor& operator=(Tensor&&) = default;
Tensor& operator=(Tensor&&) = default;
template <typename FromT> template <typename FromT>
explicit Tensor(const Tensor<FromT>& other) : Tensor(other.template CopyAsType<T>()) explicit Tensor(const Tensor<FromT>& other) : Tensor(other.template CopyAsType<T>())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment