1. 11 11月, 2022 1 次提交
  2. 10 11月, 2022 2 次提交
  3. 09 11月, 2022 1 次提交
  4. 08 11月, 2022 2 次提交
  5. 04 11月, 2022 1 次提交
  6. 02 11月, 2022 2 次提交
  7. 01 11月, 2022 3 次提交
  8. 31 10月, 2022 1 次提交
  9. 28 10月, 2022 2 次提交
  10. 24 10月, 2022 1 次提交
  11. 21 10月, 2022 1 次提交
  12. 19 10月, 2022 1 次提交
  13. 12 10月, 2022 1 次提交
  14. 10 10月, 2022 1 次提交
    • Y
      [PHI]Add RNN yaml (#46812) · ab60fd8b
      YuanRisheng 提交于
      * add yaml entry for rnn and rrnn_grad, move infershape function for rnn_grad to phi infer meta
      
      * WIP: move rnn kernrl to phi
      
      * Change the code generation to avoid converting from intializer list to tuple of heterogeneous types.
      This is only triggered when an api has intermediate outputs, and the result of the outputs are of heterogeneous types.
      
      * fix the bug that when none in a vector of tensors requires gradient, the conversion to InferShapeContext to InferMetaContext (a.k.a. BuildInferMetaContext) produces errorous results.
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix ci bugs
      
      * modify code according comment
      Co-authored-by: Nchenfeiyu <chenfeiyu@baidu.com>
      ab60fd8b
  15. 19 9月, 2022 2 次提交
  16. 14 9月, 2022 3 次提交
  17. 13 9月, 2022 3 次提交
  18. 09 9月, 2022 1 次提交
  19. 07 9月, 2022 1 次提交
  20. 05 9月, 2022 3 次提交
  21. 31 8月, 2022 3 次提交
    • A
      [OpAttr]output_size of unpool support Tensor type (#45543) · 236ac0d0
      Aurelius84 提交于
      * [OpAttr]output_size of unpool support Tensor type
      
      * fix coverage
      
      * fix contain_var
      
      * fix coverage
      236ac0d0
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d
    • L
      Add index add API (#45176) · 45171911
      Li Min 提交于
      45171911
  22. 30 8月, 2022 4 次提交