Commit bf3e958d authored by Paul's avatar Paul
Browse files

Format

parent 2bba1c7c
...@@ -61,7 +61,7 @@ struct find_conv_pointwise ...@@ -61,7 +61,7 @@ struct find_conv_pointwise
})) }))
return; return;
// Only fuse with fp32 for now // Only fuse with fp32 for now
if (std::any_of(ins->inputs().begin(), ins->inputs().end(), [&](auto i) { if(std::any_of(ins->inputs().begin(), ins->inputs().end(), [&](auto i) {
return i->get_shape().type() != shape::type_t::float_type; return i->get_shape().type() != shape::type_t::float_type;
})) }))
return; return;
......
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