- 22 11月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
* fix error of QuantizationTransformPassV2 when has condition block * fix error
-
- 08 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
- 03 11月, 2022 1 次提交
-
-
由 Chang Xu 提交于
-
- 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)`
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 18 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `compat` module (to_text) * remove some unnecessary decode * remove to_text definition and unittest * Revert "remove to_text definition and unittest" This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267. * remove an assertion * empty commit
-
- 17 10月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 26 9月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 20 9月, 2022 1 次提交
-
-
由 ceci3 提交于
-
- 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
-
- 25 8月, 2022 1 次提交
-
-
由 handiz 提交于
-
- 03 8月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 14 7月, 2022 1 次提交
-
-
由 handiz 提交于
-
- 06 7月, 2022 1 次提交
-
-
由 handiz 提交于
-
- 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
-
- 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
-
- 21 1月, 2022 1 次提交
-
-
由 ceci3 提交于
-
- 01 12月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 04 11月, 2021 1 次提交
-
-
由 XGZhang 提交于
* fix a quantization bug
-
- 28 10月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 18 10月, 2021 1 次提交
-
-
由 ceci3 提交于
* quant support matmul_v2 * fix format
-
- 10 9月, 2021 1 次提交
-
-
由 whs 提交于
-
- 09 9月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 01 9月, 2021 1 次提交
-
-
由 cc 提交于
-
- 26 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 10 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 cc 提交于
* Save all scales to target ops * Move quant layers to paddle.nn.quant
-
- 25 6月, 2021 1 次提交
-
-
由 Wangzheee 提交于
-
- 24 6月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 18 6月, 2021 1 次提交
-
-
由 ceci3 提交于
-
- 16 4月, 2021 1 次提交
-
-
由 ceci3 提交于
* support ernie trt-int8 for inference * fix reshape
-
- 14 4月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 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
-