1. 24 12月, 2021 1 次提交
  2. 23 12月, 2021 3 次提交
  3. 21 12月, 2021 1 次提交
  4. 17 12月, 2021 2 次提交
  5. 15 12月, 2021 2 次提交
  6. 03 12月, 2021 1 次提交
  7. 30 11月, 2021 3 次提交
  8. 12 10月, 2021 1 次提交
  9. 11 10月, 2021 1 次提交
  10. 17 9月, 2021 1 次提交
  11. 12 9月, 2021 1 次提交
  12. 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
  13. 01 9月, 2021 1 次提交
  14. 19 8月, 2021 1 次提交
  15. 16 8月, 2021 1 次提交
  16. 13 8月, 2021 1 次提交
  17. 28 7月, 2021 1 次提交
  18. 23 7月, 2021 1 次提交
  19. 16 7月, 2021 1 次提交
  20. 10 7月, 2021 1 次提交
  21. 01 7月, 2021 1 次提交
  22. 26 3月, 2021 1 次提交
  23. 04 2月, 2021 1 次提交
  24. 26 1月, 2021 1 次提交
  25. 21 11月, 2020 1 次提交
  26. 20 11月, 2020 1 次提交
    • J
      Merge pull request #18841 from JulienMaille:patch-2 · ac24a72e
      Julien 提交于
      Fixing dnn Resize layer for variable input size
      
      * Fix onnx loading of resize/upsample layers for different opset
      
      * group all DynamicResize tests
      
      * cleaned up scales checks
      
      * Simplify branching
      ac24a72e
  27. 17 11月, 2020 2 次提交
  28. 14 11月, 2020 1 次提交
    • S
      Merge pull request #18783 from sl-sergei:fix_conv1d · 61144f93
      Sergei Slashchinin 提交于
      Add support for Conv1D on OpenCV backend
      
      * Add support for Conv1D on OpenCV backend
      
      * disable tests on other targets/backends
      
      * Fix formatting
      
      * Restore comment
      
      * Remove unnecessary flag and fix test logic
      
      * Fix perf test
      
      * fix braces
      
      * Fix indentation, assert check and remove unnecessary condition
      
      * Remove unnecessary changes
      
      * Add test cases for variable weights and bias
      
      * dnn(conv): fallback on OpenCV+CPU instead of failures
      
      * coding style
      61144f93
  29. 28 9月, 2020 1 次提交
  30. 27 9月, 2020 1 次提交
  31. 18 9月, 2020 1 次提交
  32. 17 9月, 2020 1 次提交
    • S
      Merge pull request #18316 from sl-sergei:fix_18253 · fa953e42
      Sergei Slashchinin 提交于
      Fix loading of ONNX models with Resize operation with Opset 11 for newer versions of Pytorch
      
      * Add reproducer for Resize operation from newer versions of Pytorch
      
      * Fix loading of scales parameter for Resize layer
      
      * Change check type for better diagnostic messages
      fa953e42
  33. 11 9月, 2020 1 次提交