1. 30 4月, 2021 6 次提交
    • P
      Add 12 inplace APIs including auto generated (#32573) · 308073de
      pangyoki 提交于
      * add relu6_ hardsigmoid_ leaky_relu_ Inplace APIs
      
      * add softmax_with_cross_entropy_ Inplace API
      
      * add clip_ scale_ add_ subtract_ Inplace APIs
      
      * add wlist
      
      * fix parameter of scale api
      
      * add add_n_ Inplace API and remove log_ Inplace API
      
      * fix elementwise_add_ and elementwise_sub_ broadcast problem
      
      * elementwise inplace api give error message before run the op
      
      * use broadcast_shape in elementwise inplace op
      
      * add 8 inplace apis that is auto generated
      
      * add unittest for all inplace apis
      
      * add decorator for inplace apis in static mode
      
      * fix windows blas fail of exp inplace api, change array_equal to allclose
      
      * add flatten inplace api
      
      * add flatten unittest
      
      * fix flatten unittest
      
      * add decorator
      
      * fix grad.numpy in test_pylayer_op
      
      * unsupport softmax_with_cross_entropy_
      
      * add test_inplace_softmax_with_cross_entropy to static_mode_white_list
      
      * delete __all__ in inplace_utils
      
      * delete activation inplace function and add Tensor.inplace_func
      
      * change paddle.inplace_ to Tensor.inplace_
      
      * fix little problem
      
      * add paddle in inplace_utils
      308073de
    • F
      单测全量列表修改 (#32641) · 9b4fabf9
      feng626 提交于
      * 单测全量列表修改
      
      * 单测全量列表修改
      
      * 去除挂掉的windows单测
      
      * 去除挂掉的windows单测
      9b4fabf9
    • C
      remove is_test=True in grad (#32678) · bd8d35a2
      ceci3 提交于
      bd8d35a2
    • 1
      test=develop, optimize index_sampler (#32663) · 5ada0329
      123malin 提交于
      5ada0329
    • B
      add_c_sync_npu_kernel (#32687) · 8fd724a5
      Baibaifan 提交于
      8fd724a5
    • J
      Reduce grad fix (#32592) · 43527a2b
      jakpiase 提交于
      43527a2b
  2. 29 4月, 2021 13 次提交
  3. 28 4月, 2021 11 次提交
  4. 27 4月, 2021 10 次提交