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
  2. Apr 19, 2024
  3. Apr 18, 2024
  4. Apr 11, 2024
  5. Apr 09, 2024
  6. Apr 08, 2024
  7. Mar 22, 2024
  8. Mar 21, 2024
  9. Mar 20, 2024
  10. Mar 06, 2024
  11. Mar 05, 2024
  12. Mar 01, 2024
  13. Feb 29, 2024
  14. Feb 23, 2024
  15. Feb 22, 2024
  16. Feb 13, 2024
  17. Feb 11, 2024
  18. Jan 05, 2024
  19. Jan 04, 2024
  20. Dec 14, 2023
  21. Dec 13, 2023
  22. Dec 07, 2023
  23. Dec 05, 2023
  24. Dec 03, 2023
  25. Nov 30, 2023
  26. Nov 27, 2023
  27. Nov 24, 2023
  28. Nov 22, 2023
  29. Nov 20, 2023
Loading