1. 10 11月, 2022 1 次提交
  2. 09 11月, 2022 1 次提交
  3. 08 11月, 2022 2 次提交
  4. 04 11月, 2022 1 次提交
  5. 02 11月, 2022 2 次提交
  6. 01 11月, 2022 3 次提交
  7. 31 10月, 2022 1 次提交
  8. 28 10月, 2022 2 次提交
  9. 24 10月, 2022 1 次提交
  10. 21 10月, 2022 1 次提交
  11. 19 10月, 2022 1 次提交
  12. 12 10月, 2022 1 次提交
  13. 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
  14. 19 9月, 2022 2 次提交
  15. 14 9月, 2022 3 次提交
  16. 13 9月, 2022 3 次提交
  17. 09 9月, 2022 1 次提交
  18. 07 9月, 2022 1 次提交
  19. 05 9月, 2022 3 次提交
  20. 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
  21. 30 8月, 2022 4 次提交
  22. 29 8月, 2022 1 次提交
    • C
      support backward refuse forward dygraph (#45250) · 7cf7084b
      Charles-hit 提交于
      * support refuse forward dygraph
      
      * modify backward api exponential__grad yaml
      
      * remove print code
      
      * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点
      
      * fix some backward bugs
      
      * modify the generated dygraph function name
      7cf7084b
  23. 25 8月, 2022 1 次提交