1. 13 2月, 2020 1 次提交
  2. 12 2月, 2020 3 次提交
  3. 11 2月, 2020 4 次提交
  4. 10 2月, 2020 3 次提交
  5. 07 2月, 2020 4 次提交
  6. 06 2月, 2020 1 次提交
    • Y
      Correct the use of DeviceContext in unittest sequence_pooling_test and... · 44b45b9f
      Yiqun Liu 提交于
      Correct the use of DeviceContext in unittest sequence_pooling_test and sequence_padding_test (#22456)
      
      * Add log in memory::Copy for debug purpose.
      
      * Change to use context in DeviceContextPool directly in sequence_pooling_test, instead to new one.
      
      * Change to use context in DeviceContextPool directly in sequence_padding_test, instead to new one.
      test=develop
      
      * Change the type of second_dim from size_t to int64_t.
      test=develop
      44b45b9f
  7. 05 2月, 2020 2 次提交
  8. 04 2月, 2020 1 次提交
  9. 02 2月, 2020 1 次提交
  10. 31 1月, 2020 2 次提交
  11. 25 1月, 2020 1 次提交
  12. 23 1月, 2020 1 次提交
  13. 22 1月, 2020 1 次提交
  14. 21 1月, 2020 1 次提交
  15. 19 1月, 2020 2 次提交
  16. 17 1月, 2020 2 次提交
  17. 16 1月, 2020 4 次提交
  18. 15 1月, 2020 1 次提交
  19. 13 1月, 2020 2 次提交
  20. 10 1月, 2020 3 次提交
    • F
      add backward gradient computation for op argsort (#22203) · 443a713c
      FlyingQianMM 提交于
      * add backward gradient computation for op argsort test=developo
      
      * use pre-commit test=develop
      443a713c
    • Z
      Add bn and relu fuse pass (#22048) · 46189b16
      Zhen Wang 提交于
      * add bn and relu fuse pass
      
      * add op attr assert and dtype assert
      
      * fix some inputs&&outputs bugs for the fused op and pattern.
      
      * add the unittest for fuse_bn_act_pass. test=develop
      
      * use normative enforce statements. test=develop
      
      * add the cpu test. test=develop
      
      * add the support of batch_size=1 for the bn with relu op. test=develop
      
      * add the error type for paddle throws. test=develop
      
      * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
      46189b16
    • B
      Improve ngraph file line coverage (#22155) · 298ee7d2
      baojun 提交于
      298ee7d2