1. 23 8月, 2022 1 次提交
  2. 19 8月, 2022 1 次提交
  3. 10 8月, 2022 1 次提交
    • N
      [CodeStyle] use np.testing.assert_array_equal instead of... · 93c5c887
      Nyakku Shigure 提交于
      [CodeStyle] use np.testing.assert_array_equal instead of self.assertTrue(np.array_equal(...)) (#44947)
      
      * automatically fix
      
      * update comments
      
      * numpy -> np
      
      * self.assertEqual(..., True)
      
      * wrong usage (err_msg=True)
      
      这不是修复导致的错误,这些是原来 `self.assertTrue(..., True)`
      的错误用法,因此在修复后将其认为位置参数 `err_msg`
      
      * some missing fix
      93c5c887
  4. 08 8月, 2022 1 次提交
  5. 03 8月, 2022 1 次提交
  6. 29 7月, 2022 1 次提交
  7. 27 7月, 2022 1 次提交
  8. 22 7月, 2022 1 次提交
    • A
      [CustomDevice] register Copy for custom device (#44200) · 3b0aa75e
      Aganlengzi 提交于
      * [CustomDevice] register Copy for custom device
      
      * [CustomDevice] register Copy for custom device
      
      * [CustomDevice] register Copy for custom device
      
      * merge and add uts
      
      * merge and add uts
      
      * fix for blocking and unittests coverage
      3b0aa75e
  9. 18 7月, 2022 1 次提交
  10. 13 7月, 2022 1 次提交
  11. 05 7月, 2022 1 次提交