1. 20 Feb, 2019 1 commit
  2. 17 Jan, 2019 1 commit
  3. 15 Nov, 2018 1 commit
  4. 26 Sep, 2018 1 commit
  5. 06 Sep, 2018 1 commit
  6. 24 Aug, 2018 1 commit
  7. 01 Aug, 2018 1 commit
  8. 31 Jul, 2018 1 commit
  9. 25 Jul, 2018 1 commit
  10. 13 Jul, 2018 1 commit
  11. 04 Jun, 2018 1 commit
  12. 03 Jun, 2018 1 commit
  13. 30 May, 2018 1 commit
  14. 16 May, 2018 1 commit
  15. 24 Apr, 2018 1 commit
  16. 28 Mar, 2018 1 commit
  17. 19 Mar, 2018 1 commit
  18. 01 Mar, 2018 2 commits
  19. 13 Feb, 2018 1 commit
  20. 09 Feb, 2018 1 commit
  21. 06 Feb, 2018 1 commit
  22. 15 Dec, 2017 1 commit
  23. 06 Dec, 2017 1 commit
  24. 21 Nov, 2017 1 commit
  25. 20 Nov, 2017 1 commit
  26. 09 Nov, 2017 1 commit
  27. 30 Oct, 2017 1 commit
  28. 25 Oct, 2017 3 commits
  29. 08 Oct, 2017 1 commit
  30. 01 Aug, 2017 1 commit
  31. 13 Jul, 2017 1 commit
  32. 28 Jun, 2017 3 commits
    • Alexander Alekhin's avatar
      dnn: added trace macros · ed103833
      Alexander Alekhin authored
      ed103833
    • Aleksandr Rybnikov's avatar
    • Vadim Pisarevsky's avatar
      another round of dnn optimization (#9011) · 8b3d6603
      Vadim Pisarevsky authored
      * another round of dnn optimization:
      * increased malloc alignment across OpenCV from 16 to 64 bytes to make it AVX2 and even AVX-512 friendly
      * improved SIMD optimization of pooling layer, optimized average pooling
      * cleaned up convolution layer implementation
      * made activation layer "attacheable" to all other layers, including fully connected and addition layer.
      * fixed bug in the fusion algorithm: "LayerData::consumers" should not be cleared, because it desctibes the topology.
      * greatly optimized permutation layer, which improved SSD performance
      * parallelized element-wise binary/ternary/... ops (sum, prod, max)
      
      * also, added missing copyrights to many of the layer implementation files
      
      * temporarily disabled (again) the check for intermediate blobs consistency; fixed warnings from various builders
      8b3d6603
  33. 26 Jun, 2017 1 commit