1. 06 9月, 2022 1 次提交
  2. 05 9月, 2022 9 次提交
  3. 03 9月, 2022 1 次提交
  4. 02 9月, 2022 7 次提交
  5. 01 9月, 2022 8 次提交
  6. 31 8月, 2022 11 次提交
  7. 30 8月, 2022 3 次提交
    • R
      [NPU] fix pool_op, interpolate_op (#45445) · a119686c
      ronnywang 提交于
      * [NPU] fix pool_op, interpolate_op
      
      * fix slice_op_npu
      
      * fix test_mixed_precision_npu
      a119686c
    • H
      [phi] Transfer coalesce_tensor to phi (#45478) · cf9d651b
      HongyuJia 提交于
      * add coalesce_tensor kernel
      
      * polist coalesce_tensor kernel
      
      * add sig and InferMeta
      
      * add testcase
      
      * add legacy_api.yaml
      
      * fix infermeta
      
      * fix yaml
      
      * fix kernel implementation
      
      * add compile dependency of phi/kernels
      
      * fix MetaConfig
      
      * add python api
      
      * add and fix testcase
      
      * rnn.py add import
      
      * change _C_ops.coalesce_tensor
      
      * remove useless comments
      
      * add SetBackend
      
      * restore XPU kernel temporarily
      
      * fix code according to PR comments
      cf9d651b
    • W
      [OpAttr]Adapt tensor axis for argmin/max (#45453) · 6fc15986
      WangZhen 提交于
      * Adapt tensor axis for argmin/max
      
      * Add UT
      
      * Polish UT
      6fc15986