Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Maxence Naud's avatar
      add pybind changes · 1ca06bd3
      Maxence Naud authored
      1ca06bd3
    • Maxence Naud's avatar
      Pybind updates · 988de664
      Maxence Naud authored
      - add Tensor operators +,-,*,/
      - add __repr__ funciton to Tensor
      - add operator constructor to each python binding
      - fix identity_op Base class declaration in binding
      988de664
    • 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. May 23, 2024
  3. May 22, 2024
  4. May 17, 2024
  5. May 15, 2024
  6. May 13, 2024
  7. May 06, 2024
  8. May 03, 2024
  9. Apr 29, 2024
  10. Apr 24, 2024
  11. Apr 23, 2024
  12. Apr 18, 2024
  13. Apr 16, 2024
  14. Apr 11, 2024
  15. Apr 10, 2024
  16. Apr 08, 2024
    • Maxence Naud's avatar
      Clean files · 4d09c2a9
      Maxence Naud authored
      - check includes
      - move template functions to source file for BatchNorm and AvgPooling
      - remove end-of-line spaces
      - change log binded functions name convention from CamelCase to snake case
      4d09c2a9
    • Olivier BICHLER's avatar
      Make forwardDims() optional · eed37cde
      Olivier BICHLER authored
      eed37cde
  17. Apr 03, 2024
  18. Mar 28, 2024
Loading