1. 09 10月, 2017 1 次提交
  2. 01 8月, 2017 1 次提交
  3. 14 7月, 2017 1 次提交
  4. 28 6月, 2017 3 次提交
    • A
      dnn: added trace macros · ed103833
      Alexander Alekhin 提交于
      ed103833
    • A
      ec321e65
    • V
      another round of dnn optimization (#9011) · 8b3d6603
      Vadim Pisarevsky 提交于
      * 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
  5. 26 6月, 2017 1 次提交