This commit defines linalg.depthwise_conv_2d_nhwc for depthwise
2-D convolution with NHWC input/output data format.
This op right now only support channel multiplier == 1, which is
the most common case.
Depends on D96297
Differential D94966
[mlir][linalg] Define a depthwise 2-D convolution op antiagainst on Jan 19 2021, 5:09 AM. Authored by
Details This commit defines linalg.depthwise_conv_2d_nhwc for depthwise This op right now only support channel multiplier == 1, which is Depends on D96297
Diff Detail
Event Timeline
Comment Actions +1 on the negative tests but IIRC there is no size check/verifier automatically generated from the affine maps?
|
The commit message mentions channel multiplier must be 1, this description should also be loud about it if people expect this parameter, as it does not appear here.