1. 16 5月, 2023 6 次提交
  2. 15 5月, 2023 13 次提交
  3. 14 5月, 2023 1 次提交
  4. 13 5月, 2023 1 次提交
    • X
      Revert elementwise add (#53745) · b75d8c7e
      xiaoguoguo626807 提交于
      * modify concat_grad add sum comp rule
      
      * delete default mul_double_grad
      
      * delete high grad test
      
      * recover yaml
      
      * modify yaml
      
      * recover add_double_grad prim
      b75d8c7e
  5. 12 5月, 2023 9 次提交
  6. 11 5月, 2023 7 次提交
  7. 10 5月, 2023 3 次提交
    • add index_put api (#52886) · f3393f49
      傅剑寒 提交于
      * add index_put api
      
      * fix value broadcast in backward and add test case in static
      
      * add timeout=120s for index_put
      
      * add op_compat for index_put
      
      * add inplace index_put test
      
      * add test case when index tensor in indices is int32 when indices.size less than x.dims
      
      * add index_put api backward in cpu place
      
      * add backward test case
      
      * refactor code to delete some duplicated code
      
      * replace reshape with resize for decrease extra memcpy
      
      * add datatype flag in backward yaml
      
      * fix bug in documentation
      
      * Update python/paddle/tensor/manipulation.py
      
      ---------
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      f3393f49
    • W
      [XPU]Conv transpose fp16 && fix unittest (#53626) · 38d664b7
      wz1qqx 提交于
      * fix as review, add fp16 conv2d_transpose
      
      * fix unittest of bn and reduce_mean
      
      * fix bn unittest
      
      * fix ci
      
      * fix ci
      38d664b7
    • [static op generation] lstsq (#53290) · 4f33f44b
      张春乔 提交于
      4f33f44b