1. 08 8月, 2022 9 次提交
  2. 07 8月, 2022 1 次提交
  3. 05 8月, 2022 6 次提交
  4. 04 8月, 2022 8 次提交
  5. 03 8月, 2022 13 次提交
  6. 02 8月, 2022 3 次提交
    • S
      move renorm op (#44676) · 669353c1
      seemingwang 提交于
      * move renorm op
      
      * change python api
      
      * change op class func
      
      * alloc data
      
      * remove comments
      
      * fix grad arguments
      
      * fix python argument
      
      * fix python argument
      
      * change unit-test
      
      * remove shape func registration
      
      * recover extra-arguments
      
      * recover shape functor
      669353c1
    • C
      【PFCC算子性能优化】 SeluKernel Optimization (#44490) · 859c4077
      carryyu 提交于
      * [PFCC] SeluKernel Optimization
      
      * selu kernel optimization
      
      * add private
      
      Co-authored-by: carryyu <>
      859c4077
    • W
      [Eager] use eager final state instead intermediate state (#44722) · f1873b90
      Weilong Wu 提交于
      * [Eager] call final_state_slice under eager mode
      
      * rm useless comments
      
      * use eager final state instead intermidiate state
      
      * update fill_constant yaml
      
      * update fill_constant yaml
      
      * modify wrapped_infermeta_gen logic to fix special case
      
      * fix slice in manipulation
      
      * use fill_constant_
      
      * modify slice infermeta
      
      * rm final_state_conv2d
      
      * use final_state_slice
      
      * use final_state_slice only
      
      * polish slice, use final state
      
      * add paddle_throw for SplitInferMeta
      
      * rm fill_constant_ temply
      
      * recover array_equal, not allclose
      
      * recover original code
      f1873b90