1. 28 6月, 2021 1 次提交
  2. 19 3月, 2021 1 次提交
  3. 03 3月, 2021 1 次提交
  4. 04 2月, 2021 1 次提交
  5. 08 1月, 2021 1 次提交
    • L
      Fix dtype of ungenerated grad var (#28511) · 8696335f
      Leo Chen 提交于
      * fix dtype of ungenerated grad var
      
      * update ut
      
      * refine code
      
      * set default dtype
      
      * fix could_use_cudnn bug
      
      * remove debug code
      
      * re-implement
      
      * fix bug
      8696335f
  6. 20 11月, 2020 1 次提交
  7. 18 11月, 2020 1 次提交
  8. 03 11月, 2020 1 次提交
    • G
      Add rnn_op (#28197) · 9a600df3
      Guo Sheng 提交于
      * Add rnn_op.
      test=develop
      
      * Fix rnn_op grad maker's drop_empty_grad.
      test=develop
      9a600df3