Open
Description
Problem: rewrite Conv
nodes, but only with dilations
==[1,1]. Issue - default value. To check dilation, I need include it in pattern, but this cause pattern match to fail on nodes with default dilations.
Probably related: #1627
Possible fix: substitute defaults on deserialization, I suspect, such a function already exists.