Icemist opened a new pull request, #10996:
URL: https://github.com/apache/tvm/pull/10996
This transformation flattens atrous convolution, i.e. finds a sequence of
space_to_batch_nd->conv2d->batch_to_space_nd operations and convert them into
subgraphs with a convolution with the modified "dilation" and recalculated
"padding" parameters.
```
x w x w
| | | |
s2b | \ /
\ / \ /
conv2d -> conv2d
| |
b2s |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]