"vscode:/vscode.git/clone" did not exist on "c642055f0b77edf925d63aaf606078c970ba1217"
Commit f5c10331 authored by wsttiger's avatar wsttiger
Browse files

Formatting

parent af2dcb53
...@@ -313,7 +313,7 @@ struct cpu_concat ...@@ -313,7 +313,7 @@ struct cpu_concat
shape{output_shape.type(), input.get_shape().lens(), output_shape.strides()}; shape{output_shape.type(), input.get_shape().lens(), output_shape.strides()};
auto slice = make_view(slice_shape, output.data() + coffsets[l]); auto slice = make_view(slice_shape, output.data() + coffsets[l]);
// cppcheck-suppress useStlAlgorithm // cppcheck-suppress useStlAlgorithm
for(std::size_t i = 0; i < nelements; i++) for(std::size_t i = 0; i < nelements; i++)
{ {
slice[i] = input[i]; slice[i] = input[i];
} }
......
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