Skip to content
Snippets Groups Projects
  1. Mar 05, 2025
  2. Feb 26, 2025
    • Maxence Naud's avatar
      Update 'removeConstOfShape' recipe · 3e1a526d
      Maxence Naud authored
      - split the function in two for more comprehesive structure
      - change name from 'removeConstantOFShape' to 'foldConstantOfShape' since it describe way better what the function does
      - enhance function structure, Producer has got only one child Node by construction. No need to check
      3e1a526d
  3. Feb 25, 2025
  4. Feb 20, 2025
  5. Sep 20, 2024
  6. Sep 16, 2024
  7. Sep 10, 2024
  8. Aug 07, 2024
  9. Jul 31, 2024
  10. Jul 30, 2024
  11. Jun 24, 2024
  12. Jun 20, 2024
  13. Jun 18, 2024
  14. Jun 12, 2024
  15. 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
    • 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
Loading