Skip to content
Snippets Groups Projects
Commit 45b6e4a0 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update conv and convdepth wise operators

- Move code definition in an external cpp file in src directory
- Remove InChannels, OutChannels, NbChannels from the list of attributes as they are only used for creating the associated Producer. They are kept as parameters of the Operator factory function to continue creating Weight and Bias Producers automatically. The number of in/out channels is now based on the Weight parameter
- 'Conv_Op::inChannels()', 'Conv_Op::outChannels()', 'ConvDepthWise::nbChannels()' functons added
parent 097ee26f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment