Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Maxence Naud's avatar
      Update conv and convdepth wise operators · 45b6e4a0
      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
      45b6e4a0
  2. Apr 18, 2024
  3. Apr 11, 2024
  4. Apr 08, 2024
  5. Mar 22, 2024
  6. Mar 21, 2024
  7. Mar 20, 2024
  8. Mar 06, 2024
  9. Mar 05, 2024
  10. Mar 01, 2024
  11. Feb 29, 2024
  12. Feb 13, 2024
  13. Feb 11, 2024
  14. Jan 05, 2024
  15. Jan 04, 2024
  16. Dec 14, 2023
  17. Dec 13, 2023
  18. Dec 08, 2023
  19. Dec 05, 2023
  20. Dec 03, 2023
  21. Nov 30, 2023
  22. Nov 27, 2023
  23. Nov 22, 2023
  24. Nov 20, 2023
  25. Nov 15, 2023
  26. Oct 26, 2023
  27. Oct 17, 2023
  28. Oct 12, 2023
  29. Oct 09, 2023
  30. Oct 02, 2023
  31. Sep 28, 2023
Loading