1. 12 5月, 2023 11 次提交
  2. 11 5月, 2023 26 次提交
  3. 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
    • Y
      no value clip for parallel cross entropy (#53547) · 65a3a584
      Yuang Liu 提交于
      65a3a584
    • 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