Skip to content
Snippets Groups Projects
Forked from Eclipse Projects / aidge / aidge_core
Source project has a limited visibility.
  • Maxence Naud's avatar
    dce1e8e5
    Update conv and convdepth wise operators · dce1e8e5
    Maxence Naud authored
    - 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
    dce1e8e5
    History
    Update conv and convdepth wise operators
    Maxence Naud authored
    - 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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.