- 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
-
- 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
-
- 03 12月, 2021 1 次提交
-
-
由 Wilber 提交于
* update check_op_desc to support op_version and op_compat.
-
- 12 5月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 10 5月, 2021 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 92adeceb.
-
由 tianshuo78520a 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 02 1月, 2020 1 次提交
-
-
由 liym27 提交于
-
- 10 12月, 2019 2 次提交
- 09 12月, 2019 1 次提交
-
-
由 liym27 提交于
* add shell scripts. test=develop * rename test_pybind_inference to test_pybind_interface and print repeat process in check_op_desc.py. test=develop * add approval RD. test=develop
-
- 07 12月, 2019 1 次提交
-
-
由 liym27 提交于
* move get_all_ops_desc from check_op_desc.py to print_op_desc.py * polish error message. test=develop
-
- 06 12月, 2019 1 次提交
-
-
由 liym27 提交于
* add file check_op_desc.py and add interface to get default value. test=develop * add test for c++ coverage rate. test=develop * Correct typo. test=develop
-