smaug icon indicating copy to clipboard operation
smaug copied to clipboard

Support for Depthwise Conv layer

Open shivmgg opened this issue 4 years ago • 1 comments

Hey,

Thanks for the amazing work! I would like to implement hardware-friendly DNNs like MobileNets, etc. I wanted to know if there is any upcoming support for depthwise conv layer? If no, may I know how can I add it?

shivmgg avatar Oct 16 '21 16:10 shivmgg

I assume you want to model a hardware-accelerated block that runs depthwise convolutions. You will have to implement your own operator for this, which will require an accompanying Aladdin kernel. See https://harvard-acc.github.io/smaug_docs/add_python_operator.html for more details.

xyzsam avatar Oct 16 '21 20:10 xyzsam