1. 08 4月, 2021 1 次提交
  2. 29 3月, 2021 1 次提交
    • M
      feat(log): opt log · 55974e8c
      Megvii Engine Team 提交于
      * opt log at release mode
      * add MGE_OVERRIDE_LOG_LEVEL for runtime debug
      //! env to config LogLevel
      //!  DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3, NO_LOG = 4
      //! for example , export MGE_OVERRIDE_LOG_LEVEL=0, means set LogLevel to DEBUG
      
      GitOrigin-RevId: 16cd674c56445b1f034359a2ac48beb7f86183a4
      55974e8c
  3. 23 3月, 2021 1 次提交
  4. 22 3月, 2021 2 次提交
  5. 05 2月, 2021 4 次提交
  6. 02 2月, 2021 1 次提交
  7. 11 1月, 2021 1 次提交
  8. 18 12月, 2020 2 次提交
  9. 11 12月, 2020 2 次提交
  10. 04 12月, 2020 2 次提交
  11. 21 11月, 2020 3 次提交
  12. 20 11月, 2020 1 次提交
  13. 05 11月, 2020 2 次提交
  14. 13 10月, 2020 1 次提交
  15. 17 9月, 2020 1 次提交
  16. 16 9月, 2020 3 次提交
  17. 15 9月, 2020 1 次提交
  18. 25 8月, 2020 3 次提交
  19. 12 8月, 2020 1 次提交
  20. 20 7月, 2020 1 次提交
  21. 14 7月, 2020 1 次提交
  22. 29 6月, 2020 1 次提交
  23. 19 6月, 2020 1 次提交
  24. 16 6月, 2020 2 次提交
    • M
      feat(dnn): add winograd-fp32-nchw44 support · c1397792
      Megvii Engine Team 提交于
      GitOrigin-RevId: a6e2e735f1d292f5c4c04c248681631d07f21d05
      c1397792
    • M
      feat(cmake/cross_build/host_build/windows): imp windows · a4879fc6
      Megvii Engine Team 提交于
      host build and cross build
      
      now cmake status:
      a: host build
          1: windows build -- ok
          2: linux build -- ok
          3: macos build -- ok
      b: cross build
          1: windows cross build arm-android -- ok
          2: windows cross build arm-linux   -- ok
          3: linux cross build arm-android -- ok
          4: linux cross build arm-linux   -- ok
          5: macos cross build arm-android -- ok
          6: macos cross build arm-linux   -- ok
          7: macos cross build ios         -- ok
      GitOrigin-RevId: f7f376fe8c522410568c304a62310df823c70b65
      a4879fc6
  25. 15 6月, 2020 1 次提交