1. 16 9月, 2022 1 次提交
  2. 07 9月, 2022 1 次提交
  3. 06 9月, 2022 1 次提交
  4. 05 9月, 2022 3 次提交
  5. 02 9月, 2022 1 次提交
  6. 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
  7. 30 8月, 2022 6 次提交
  8. 29 8月, 2022 2 次提交
  9. 25 8月, 2022 4 次提交
  10. 24 8月, 2022 3 次提交
  11. 23 8月, 2022 1 次提交
  12. 22 8月, 2022 1 次提交
  13. 19 8月, 2022 1 次提交
    • P
      call final_state method in inplace APIs (#42968) · 7c1e7e46
      pangyoki 提交于
      * add forward inplace final state api
      
      * fix bug
      
      * fix reshape
      
      * fix coverage
      
      * add inplace info for erfinv, lerp, put_along_axis
      
      * fix put_along_axis infer_meta
      
      * fix format
      
      * update yaml
      
      * fix
      7c1e7e46
  14. 18 8月, 2022 4 次提交
  15. 17 8月, 2022 1 次提交
  16. 16 8月, 2022 3 次提交
  17. 15 8月, 2022 3 次提交
  18. 12 8月, 2022 1 次提交
    • H
      [phi] Transfer linear_interp_v2 yaml to phi (#45072) · c737232f
      HongyuJia 提交于
      * support optional<vector<Tensor>> in yaml and eager
      
      * delete useless comments in eager_gen.py
      
      * fix api_base.py support optional<vector<TTensor>>
      
      * python_c_gen.py support optional<vector<tensor>>
      
      * transfer linear_interp_v2 yaml from fluid to phi
      
      * fix op_test typo error
      
      * change linear_interp_v2 testcase
      
      * fix args in final_state_linear_interp_v2
      
      * fix zeropad2d typo. test=document_fix
      c737232f