Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Maxence Naud's avatar
      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
    • Maxence Naud's avatar
  2. May 31, 2024
  3. May 30, 2024
  4. May 29, 2024
  5. May 28, 2024
  6. May 26, 2024
  7. May 24, 2024
  8. May 23, 2024
  9. May 22, 2024
  10. May 21, 2024
  11. May 17, 2024
  12. May 16, 2024
  13. May 15, 2024
Loading