Skip to content

Commit

Permalink
fixed;
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Moiseenko committed May 9, 2020
1 parent 950e2b0 commit 8dac3e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tensor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class Tensor {
std::fill(value, value + size, init);
}

explicit Tensor(T* ptr): value(ptr){}

Tensor(Tensor && other): value(other.value){
other.value = nullptr;
}
Expand Down

0 comments on commit 8dac3e5

Please sign in to comment.