1. 17 12月, 2021 2 次提交
  2. 16 12月, 2021 11 次提交
  3. 15 12月, 2021 3 次提交
  4. 14 12月, 2021 6 次提交
  5. 13 12月, 2021 4 次提交
  6. 10 12月, 2021 5 次提交
  7. 09 12月, 2021 6 次提交
  8. 08 12月, 2021 3 次提交
    • C
      add a subdirectory named cinn in operators and move releated files into it (#37938) · 9cb637ed
      CtfGo 提交于
      1. add a subdirectory named `cinn` in `paddle/fluid/operators` directory and move releated files into it
      2. seperate CinnLaunchContext class from `cinn_launch_op.h` and put it in a  new independent file named `cinn_launch_context.h`, so that it can be included by others clearly.
      9cb637ed
    • Y
      [PTen]Add alias kernel name (#37881) · ff6507db
      YuanRisheng 提交于
      * add alias kernel name
      
      * modify code as suggestions
      ff6507db
    • W
      Add paddle.lerp API to do a linear interpolation (#37253) · 1716324c
      wuhuanzhou 提交于
      * save temp
      
      * add unittest, test=develop
      
      * fix ci error, test=develop
      
      * fix grad accuracy error, test=develop
      
      * fix unused error, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * add unittest, test=develop
      
      * modify by review comment and add lerp_
      
      * fix inplace api, test=develop
      
      * fix inplace api, test=develop
      
      * fix coverage error, test=develop
      1716324c