Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pass request] Fuse Pad - Pooling (Avg/MaxPool) #54

Open
phager90 opened this issue Oct 4, 2021 · 0 comments
Open

[Pass request] Fuse Pad - Pooling (Avg/MaxPool) #54

phager90 opened this issue Oct 4, 2021 · 0 comments

Comments

@phager90
Copy link

phager90 commented Oct 4, 2021

This is not an issue but a feature request for adding a fuse_pad_into_pool optimizer pass.

Currently, 'nop' pad layer are removed by eliminate_nop_pad.
Also, pad layers before conv layers are fused by fuse_pad_into_conv.

It would be desirable to have the same behavior also for pooling layers (AveragePool, MaxPool):
i.e.: fusing pad layers before pool layers into the pool layer.

Aka adding a fuse_pad_into_pool optimizer pass.

If you prefer us to provide a pull request for this feature, let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant