1. 18 12月, 2019 4 次提交
  2. 17 12月, 2019 7 次提交
  3. 16 12月, 2019 8 次提交
  4. 15 12月, 2019 2 次提交
  5. 14 12月, 2019 2 次提交
  6. 13 12月, 2019 3 次提交
  7. 12 12月, 2019 8 次提交
  8. 11 12月, 2019 1 次提交
  9. 10 12月, 2019 3 次提交
  10. 09 12月, 2019 2 次提交
    • Z
      Fix unit tests to avoid check_grad checking failures (#21554) · 548efcd2
      Zhang Ting 提交于
      * fix python API tests that do not need to inherit OpTest, test=develop
      
      * fix fp16 cases that will only be enabled in GPU mode, test=develop
      
      * remove TestSoftmaxFP16Op from test cases of softmax_mkldnn_op, test=develop
      
      * fix tests so that the cases are only created in GPU mode, test=develop
      548efcd2
    • L
      Add CI for checking Input/Output/Attr of modified Ops (#21522) · be6a6396
      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
      be6a6396