1. 11 10月, 2022 1 次提交
  2. 29 9月, 2022 2 次提交
  3. 28 9月, 2022 2 次提交
  4. 27 9月, 2022 1 次提交
  5. 26 9月, 2022 1 次提交
    • C
      Enable eager mode on xpu (#46227) · 87a25fbd
      Chen Weihang 提交于
      * enable eager mode on xpu, test=kunlun
      
      * add numpy support to xpu
      
      * fix tensor using error
      
      * fix  error, test=kunlun
      
      * fix failed tests, test=kunlun
      87a25fbd
  6. 22 9月, 2022 1 次提交
  7. 21 9月, 2022 1 次提交
  8. 20 9月, 2022 1 次提交
  9. 19 9月, 2022 4 次提交
  10. 14 9月, 2022 1 次提交
  11. 09 9月, 2022 1 次提交
  12. 07 9月, 2022 1 次提交
  13. 05 9月, 2022 2 次提交
  14. 31 8月, 2022 1 次提交
  15. 30 8月, 2022 1 次提交
    • Z
      Remove extra attribute in OpMaker (#44310) · fe321f9a
      zyfncg 提交于
      * add runtime config in phi
      
      * add runtime attr for op desc and op
      
      * fix no proto error
      
      * adjust opdesc set_attr impl
      
      * try to remove conv_op extra attrs
      
      * add init runtime attr map
      
      * change extra header path
      
      * fix runtime_attr
      
      * fix trace_op
      
      * fix bug of pass
      
      * fix merge conflict
      
      * fix dygraph attrs
      
      * fix bug of pass
      
      * fix dygraph bug
      
      * fix unittest module
      
      * delete extra attr default
      
      * fix dropout kernel
      
      * polish code
      
      * fix extra output of instance_norm
      
      * fix merge confilct
      
      * fix op_desc bug
      
      * add extra attr in yaml for conv3d_transpose
      
      * don't remove extra input and output
      
      * fix save_inference_model
      
      * fix bug of batch_norm
      
      * revert some change
      
      * polish log
      
      * polish code
      
      * add code comment
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      fe321f9a
  16. 24 8月, 2022 1 次提交
  17. 19 8月, 2022 1 次提交
  18. 16 8月, 2022 1 次提交
  19. 15 8月, 2022 1 次提交
  20. 12 8月, 2022 2 次提交
    • 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
    • Z
      Remove some custom_impl api (#45066) · adb61b7b
      zyfncg 提交于
      * remove some custom_impl api and make them generated by yaml completely
      
      * delete useless code
      
      * fix adamw bug
      
      * fix infermeta
      
      * revert adamw
      
      * polish code
      
      * fix bug
      adb61b7b
  21. 09 8月, 2022 1 次提交
  22. 08 8月, 2022 1 次提交
  23. 29 7月, 2022 1 次提交
    • Y
      [Phi] Add yaml for assign_value (#44596) · 88584396
      Yulong Ao 提交于
      * [Phi] Add yaml for assign_value
      
      * [Phi] Fix the bug of the assign api and modify the unittest
      
      * [Phi] Fix the bug when the tensor does not have the backend info
      
      * [Phi] Replace the functional-style cast init by the brace-init
      
      * [Phi] Cast the data explicitly
      88584396
  24. 28 7月, 2022 2 次提交
  25. 21 7月, 2022 1 次提交
  26. 20 7月, 2022 1 次提交
  27. 19 7月, 2022 1 次提交
  28. 14 7月, 2022 2 次提交
  29. 09 7月, 2022 1 次提交
  30. 07 7月, 2022 1 次提交
    • J
      Fix higher order deriv with inplace (#44020) · a7c98ddb
      Jiabin Yang 提交于
      * fix deriv with inplace
      
      * fix double grad bugs
      
      * remove additional file
      
      * fix compat dygraph mode
      
      * fix yaml remove additional yaml
      
      * fix slice double grad error and auto code gen logic error for higher order differentiate
      
      * fix fix_higher_order_deriv
      
      * remove additional include
      
      * fix fix_higher_order_deriv
      a7c98ddb
  31. 06 7月, 2022 1 次提交