Skip to content
Snippets Groups Projects
Commit b1911833 authored by Maxence Naud's avatar Maxence Naud
Browse files

right spacing

parent 50764b3d
No related branches found
No related tags found
1 merge request!33[Fix] memory leak due to "dim" local variable overflow
Pipeline #32954 failed
...@@ -473,7 +473,7 @@ class Tensor : public Data, ...@@ -473,7 +473,7 @@ class Tensor : public Data,
std::string toString() { std::string toString() {
if (dims().empty()) { return "{}"; } if (dims().empty()) { return "{}"; }
std::string res; std::string res;
std::size_t dim = 0; std::size_t dim = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment