1. 11 2月, 2020 4 次提交
  2. 10 2月, 2020 3 次提交
  3. 07 2月, 2020 4 次提交
  4. 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
  5. 05 2月, 2020 2 次提交
  6. 04 2月, 2020 1 次提交
  7. 02 2月, 2020 1 次提交
  8. 31 1月, 2020 2 次提交
  9. 25 1月, 2020 1 次提交
  10. 23 1月, 2020 1 次提交
  11. 22 1月, 2020 1 次提交
  12. 21 1月, 2020 1 次提交
  13. 19 1月, 2020 2 次提交
  14. 17 1月, 2020 2 次提交
  15. 16 1月, 2020 4 次提交
  16. 15 1月, 2020 1 次提交
  17. 13 1月, 2020 2 次提交
  18. 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
  19. 09 1月, 2020 2 次提交
    • Z
      test Optimizer in dygraph (#21949) · d0f0a252
      zhongpu 提交于
      * test Optimizer in dygraph, test=develop
      
      * add optest for Optimizer in dygraph, test=develop
      
      * fix adagrad optimizer, test=develop
      
      * fix dpsgd optimizer, test=develop
      
      * fix test_optimizer.py, test=develop
      
      * fix dpsgd optimizer, this op only support cpu, test=develop
      
      * add optest for optimizer, test=develop
      
      * add description for dpsgd, test=develop
      
      * add rmsprop to white_list in unused_var_check.cc, test=develop
      
      * polish code style, test=develop
      
      * polish code style, test=develop
      
      * delete seed attribute for DpsgdOptimizer, test=develop
      
      * change testing to debugging, test=develop
      d0f0a252
    • [Feature] Lite subgraph (#22114) · ad0dfb17
      石晓伟 提交于
      ad0dfb17
  20. 08 1月, 2020 2 次提交