1. 31 8月, 2022 37 次提交
  2. 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
    • W
      [Eager] fix unpool and yaml config (#45544) · 45a91158
      Weilong Wu 提交于
      45a91158
    • 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