Commit f5c10331 authored by wsttiger's avatar wsttiger
Browse files

Formatting

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