Commit 060ffb39 authored by Paul's avatar Paul
Browse files

Formatting

parent 1a430735
......@@ -139,8 +139,7 @@ MIGRAPH_PRED_MATCHER(fusable_conv, instruction_ref ins)
return false;
auto op = conv.op;
return contains({{0, 0}, {1, 1}, {2, 2}}, op.padding) and
contains({{0, 0}, {1, 1}}, op.stride) and
op.dilation == make_array<size_t>(1, 1);
contains({{0, 0}, {1, 1}}, op.stride) and op.dilation == make_array<size_t>(1, 1);
}
struct hip_triadd
......
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