1. 13 Feb, 2018 2 commits
  2. 01 Feb, 2018 2 commits
  3. 28 Jan, 2018 1 commit
  4. 25 Jan, 2018 1 commit
  5. 19 Jan, 2018 1 commit
  6. 17 Jan, 2018 1 commit
  7. 09 Nov, 2017 1 commit
  8. 28 Jun, 2017 2 commits
    • Alexander Alekhin's avatar
      dnn: added trace macros · ed103833
      Alexander Alekhin authored
      ed103833
    • 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
  9. 26 Jun, 2017 1 commit
  10. 08 Sep, 2016 1 commit
  11. 10 Feb, 2014 1 commit
  12. 20 Jan, 2014 1 commit
  13. 22 Mar, 2013 1 commit
  14. 27 Feb, 2013 1 commit
  15. 25 Feb, 2013 1 commit
  16. 16 Oct, 2012 1 commit
  17. 30 Jun, 2012 1 commit
  18. 28 Jun, 2012 2 commits
  19. 26 Jun, 2012 1 commit
  20. 04 Apr, 2012 1 commit
  21. 19 Mar, 2012 2 commits