1. 08 11月, 2022 1 次提交
  2. 01 11月, 2022 1 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
  3. 31 10月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 20 10月, 2022 1 次提交
  6. 26 9月, 2022 1 次提交
  7. 14 9月, 2022 1 次提交
  8. 05 9月, 2022 1 次提交
  9. 29 8月, 2022 1 次提交
  10. 26 8月, 2022 3 次提交
  11. 25 8月, 2022 1 次提交
  12. 11 8月, 2022 1 次提交
    • H
      add new ptq method ptf (#44246) · f4bc69ec
      handiz 提交于
      * add new ptq method ptf
      
      * add post training quantization mobilenetv1 test for ptf
      
      * add post training quantization mobilenetv1 test for ptf test=allcases
      f4bc69ec
  13. 03 8月, 2022 1 次提交
  14. 06 7月, 2022 1 次提交
  15. 27 6月, 2022 1 次提交
  16. 24 6月, 2022 1 次提交
  17. 21 6月, 2022 1 次提交
  18. 13 6月, 2022 1 次提交
  19. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  20. 04 5月, 2022 1 次提交
  21. 05 4月, 2022 1 次提交
  22. 28 3月, 2022 1 次提交
  23. 15 3月, 2022 1 次提交
  24. 11 3月, 2022 1 次提交
  25. 05 1月, 2022 1 次提交
  26. 13 12月, 2021 1 次提交
  27. 10 12月, 2021 1 次提交
  28. 10 9月, 2021 1 次提交
  29. 10 8月, 2021 1 次提交
  30. 05 7月, 2021 1 次提交
  31. 14 4月, 2021 1 次提交
  32. 08 4月, 2021 1 次提交
  33. 25 1月, 2021 1 次提交
  34. 18 1月, 2021 1 次提交
  35. 15 9月, 2020 1 次提交
  36. 19 8月, 2020 1 次提交
    • C
      [Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639) · 3f816bc8
      cc 提交于
      * Conv2d_transpose and mul support channnelwise quantization, test=develop
      * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop
      * Fix error in test_user_defined_quantization, test=develop
      * Add depthwise_conv_bn_fuse, test=develop
      * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
      3f816bc8
  37. 07 7月, 2020 2 次提交