Commit 24c86599 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 2426e157
...@@ -427,8 +427,7 @@ struct cpu_gemm ...@@ -427,8 +427,7 @@ struct cpu_gemm
// no need to consider the value of args[2] // no need to consider the value of args[2]
if(op.beta == 0.0f) if(op.beta == 0.0f)
{ {
result.visit( result.visit([&](auto output) { std::fill(output.begin(), output.end(), 0); });
[&](auto output) { std::fill(output.begin(), output.end(), 0); });
} }
else else
{ {
......
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