- 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
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 01 5月, 2019 1 次提交
-
-
由 guru4elephant 提交于
* remove async executor python api test=develop * remove test_async_executor.py add executor train_from_dataset demo test=develop * fix import bug test=develop
-
- 17 12月, 2018 3 次提交
-
-
由 dongdaxiang 提交于
-
由 dongdaxiang 提交于
test=develop
-
由 dongdaxiang 提交于
test=develop
-
- 14 12月, 2018 1 次提交
-
-
由 heqiaozhi 提交于
-
- 13 12月, 2018 1 次提交
-
-
由 dongdaxiang 提交于
-
- 12 12月, 2018 1 次提交
-
-
由 heqiaozhi 提交于
-
- 10 12月, 2018 1 次提交
-
-
由 heqiaozhi 提交于
-
- 04 12月, 2018 1 次提交
-
-
由 dongdaxiang 提交于
-
- 01 12月, 2018 1 次提交
-
-
由 dongdaxiang 提交于
-