- 08 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
- 01 11月, 2022 1 次提交
-
-
由 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)`
-
- 31 10月, 2022 1 次提交
-
-
由 risemeup1 提交于
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 20 10月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 26 9月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 05 9月, 2022 1 次提交
-
-
由 handiz 提交于
* fix bug in PostTrainingProgram for certain cases
-
- 29 8月, 2022 1 次提交
-
-
由 handiz 提交于
* fix bug in PostTrainingQuantizationProgram for not full quantization case * fix coverage ci
-
- 26 8月, 2022 3 次提交
-
-
由 Guanghua Yu 提交于
-
由 whs 提交于
-
由 ceci3 提交于
-
- 25 8月, 2022 1 次提交
-
-
由 handiz 提交于
-
- 11 8月, 2022 1 次提交
-
-
由 handiz 提交于
* add new ptq method ptf * add post training quantization mobilenetv1 test for ptf * add post training quantization mobilenetv1 test for ptf test=allcases
-
- 03 8月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 06 7月, 2022 1 次提交
-
-
由 handiz 提交于
-
- 27 6月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 24 6月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 21 6月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 13 6月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 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
-
- 04 5月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 05 4月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 28 3月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
* add adaround post-quant method
-
- 15 3月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
* add some op for full_quantization
-
- 11 3月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 05 1月, 2022 1 次提交
-
-
由 Jiaqi Liu 提交于
* make post training quant API support dataloader
-
- 13 12月, 2021 1 次提交
-
-
由 xiongkun 提交于
* fix single card 8 unittests in new executor * fix * fix
-
- 10 12月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* Support sub graph quant-post
-
- 10 9月, 2021 1 次提交
-
-
由 whs 提交于
-
- 10 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 cc 提交于
* refine ptq according comments * reuse the module to calculate kl threshold
-
- 14 4月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 08 4月, 2021 1 次提交
-
-
由 cc 提交于
* Support converting the model from fp32 to fp16
-
- 25 1月, 2021 1 次提交
-
-
由 yingshengBD 提交于
post quantize support insert fake_quantize_dequantize node before the OPs that will be used in VIS's faceid models (#30659) test=develop
-
- 18 1月, 2021 1 次提交
-
-
由 cc 提交于
* Collect weight threshold of lstm, test=develop
-
- 15 9月, 2020 1 次提交
-
-
由 cc 提交于
* Remove the cache in post_traning_quantization, test=develop
-
- 19 8月, 2020 1 次提交
-
-
由 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
-
- 07 7月, 2020 2 次提交