1. 30 11月, 2021 1 次提交
  2. 28 11月, 2021 1 次提交
  3. 27 11月, 2021 1 次提交
  4. 12 11月, 2021 1 次提交
  5. 10 11月, 2021 1 次提交
    • Z
      Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer · 98b6ce35
      ZaKiiiiiiiii 提交于
      fix bug: wrong output dimension when "keep_dims" is false in pooling layer.
      
      * fix bug in max layer
      
      * code align
      
      * delete permute layer and add test case
      
      * add name assert
      
      * check other cases
      
      * remove c++11 features
      
      * style:add "const" remove assert
      
      * style:sanitize file names
      98b6ce35
  6. 04 11月, 2021 1 次提交
  7. 03 11月, 2021 1 次提交
  8. 19 10月, 2021 1 次提交
  9. 12 10月, 2021 1 次提交
  10. 11 10月, 2021 1 次提交
  11. 08 10月, 2021 2 次提交
  12. 07 10月, 2021 1 次提交
    • O
      Merge pull request #20725 from mologie:fix-dnn-tf-on-arm · a3d7811f
      Oliver Kuckertz 提交于
      * dnn: fix unaligned memory access crash on armv7
      
      The getTensorContent function would return a Mat pointing to some
      member of a Protobuf-encoded message. Protobuf does not make any
      alignment guarantees, which results in a crash on armv7 when loading
      models while bit 2 is set in /proc/cpu/alignment (or the relevant
      kernel feature for alignment compatibility is disabled). Any read
      attempt from the previously unaligned data member would send SIGBUS.
      
      As workaround, this commit makes an aligned copy via existing clone
      functionality in getTensorContent. The unsafe copy=false option is
      removed. Unfortunately, a rather crude hack in PReLUSubgraph in fact
      writes(!) to the Protobuf message. We limit ourselves to fixing the
      alignment issues in this commit, and add getTensorContentRefUnaligned
      to cover the write case with a safe memcpy. A FIXME marks the issue.
      
      * dnn: reduce amount of .clone() calls
      
      * dnn: update FIXME comment
      Co-authored-by: NAlexander Alekhin <alexander.a.alekhin@gmail.com>
      a3d7811f
  13. 06 10月, 2021 1 次提交
  14. 05 10月, 2021 1 次提交
  15. 02 10月, 2021 1 次提交
  16. 29 9月, 2021 1 次提交
  17. 17 9月, 2021 1 次提交
  18. 15 9月, 2021 1 次提交
  19. 12 9月, 2021 1 次提交
  20. 11 9月, 2021 1 次提交
  21. 10 9月, 2021 2 次提交
  22. 09 9月, 2021 1 次提交
    • R
      Merge pull request #20605 from rogday:split_slice_shenanigans · 4807cd8a
      rogday 提交于
      Add Normalize subgraph, fix Slice, Mul and Expand
      
      * Add Normalize subgraph, support for starts<0 and axis<0 in Slice, Mul broadcasting in the middle and fix Expand's unsqueeze
      
      * remove todos
      
      * remove range-based for loop
      
      * address review comments
      
      * change >> to > > in template
      
      * fix indexation
      
      * fix expand that does nothing
      4807cd8a
  23. 07 9月, 2021 1 次提交
  24. 06 9月, 2021 1 次提交
  25. 04 9月, 2021 2 次提交
  26. 03 9月, 2021 1 次提交
  27. 01 9月, 2021 1 次提交
  28. 31 8月, 2021 1 次提交
  29. 26 8月, 2021 1 次提交
  30. 22 8月, 2021 1 次提交
  31. 19 8月, 2021 2 次提交
  32. 16 8月, 2021 1 次提交
  33. 13 8月, 2021 1 次提交
  34. 09 8月, 2021 2 次提交
  35. 05 8月, 2021 1 次提交