1. 11 12月, 2020 1 次提交
  2. 08 12月, 2020 2 次提交
  3. 07 12月, 2020 1 次提交
  4. 04 12月, 2020 2 次提交
  5. 03 12月, 2020 1 次提交
  6. 01 12月, 2020 4 次提交
  7. 30 11月, 2020 3 次提交
    • L
      Check whether there is any inplace operation affecting gradient calculation. (#27901) · 865a4598
      liym27 提交于
      * Add a class TensorInplaceVersion to count the inplace version and put it in framework::Tensor instead of Allocation or Variable.
      
      * Add a new attribute `_inplace_version` for VarBase.
      
      * Raise exception if an inplace operation can result in incorrect gradient computation.
      
      * Add a new interface _bump_inplace_version() for VarBase to bump the version whenever the Tensor is modified through an inplace operation.
      
      * For api assign, call _bump_inplace_version() when it's an inplace operation inn dynamic mode.
      
      * Use original var_wrapper if the inplace_version is not changed.
      
      * Replace SnapshotVarWrapperList with SnapshotVarWrapper to optimize performane.
      865a4598
    • C
      Polish unittests details and execution conditions to adapt to MUSL (#29044) · 0b032fae
      Chen Weihang 提交于
      * fix failed tests in yingchun gived list
      
      * add unittests into static_mode_white_list
      
      * add enable static
      
      * fix dist unittest
      
      * skip test_sigmoid_focal_loss_op & add gym
      
      * revert no need skip unittests
      
      * remove gym
      0b032fae
    • W
      Add quantization of multi_gru op and tests (#28615) · 4fd4095d
      Wojciech Uss 提交于
      4fd4095d
  8. 27 11月, 2020 2 次提交
  9. 26 11月, 2020 4 次提交
  10. 25 11月, 2020 2 次提交
  11. 24 11月, 2020 1 次提交
  12. 23 11月, 2020 3 次提交
  13. 20 11月, 2020 3 次提交
  14. 19 11月, 2020 1 次提交
  15. 17 11月, 2020 1 次提交
  16. 16 11月, 2020 3 次提交
  17. 12 11月, 2020 2 次提交
  18. 11 11月, 2020 1 次提交
  19. 10 11月, 2020 2 次提交
  20. 09 11月, 2020 1 次提交