1. 15 3月, 2022 7 次提交
    • C
      [Phi]move reduce_min/any/all kernel (#40374) · c46e661d
      chentianyu03 提交于
      * add reduce_min kernel
      
      * remove raw reduce_min kernel
      
      * add reduce min
      
      * add reduce any all impl
      
      * add bool reduce Kernel
      
      * remove raw any/all kernel
      
      * add any all kernel
      
      * rm comment
      c46e661d
    • H
      Move one hot to phi (#39876) · 7701db37
      hong 提交于
      * move one hot to phi; test=develop
      
      * fix bugs; test=develop
      
      * fix bugs; test=develop
      
      * add infer meta; test=develop
      
      * fix bugs; test=develop
      
      * resolve confilct
      
      * resolve confilct
      
      * fix bug;
      
      * fix error; test=develop
      
      * update; test=develop
      
      * polish code; test=develop
      
      * add one api in eager mode; test=develop
      
      * add one hot test; test=develop
      
      * remove use less code; test=develop
      
      * fix bug; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      7701db37
    • C
      Fix truncated norm operator (#40287) · 0c333543
      Chang Xu 提交于
      0c333543
    • Y
      [Phi]Move Tanh/BRelu/LeakyRelu/ThresholdedRelu Kernels to Phi (#40385) · d7112180
      YuanRisheng 提交于
      * move activation op
      
      * adjust code format
      
      * fix compile bugs
      
      * fix ci bugs
      
      * code format adjust
      
      * code format adjust2
      
      * activate ci status
      
      * modify according to comment
      
      * move activation kernel
      
      * revert relu6
      
      * reduce add code
      
      * perfect use_phi_functor
      
      * completing func name
      
      * fix bugs when run ci
      
      * fix bugs when run infr
      
      * modifpy infrt get kernel signature
      d7112180
    • Z
      [Phi]Move searchsorted kernel to phi (#40520) · 85f8fd9b
      Zhang Zheng 提交于
      85f8fd9b
    • C
      remove useless head file (#40519) · e7057932
      crystal 提交于
      e7057932
    • Z
      [Phi]Move kron kernel to phi (#40427) · f181d47f
      Zhang Zheng 提交于
      * first commit
      
      * fix
      
      * fix
      
      * fix compile eeror
      
      * fix
      
      * fix complex
      
      * fix
      
      * fix
      
      * fix npu
      
      * fix
      
      * modify accroding to comments
      
      * fix
      f181d47f
  2. 14 3月, 2022 6 次提交
  3. 12 3月, 2022 3 次提交
  4. 11 3月, 2022 7 次提交
  5. 10 3月, 2022 8 次提交
    • L
      [phi] move matrix_power op (#40231) · befa78ea
      Liu-xiandong 提交于
      * [phi] move matrix_power op
      
      * MatrixInverse fluid -> phi
      
      * modify the CMake to fix compile bug
      
      * delete useless comment
      
      * mutable memory -> phi Alloc
      
      * modify the include file
      
      * modify the include file
      
      * fix bug in CI compiler
      befa78ea
    • Jeffrey Chen's avatar
      [PHI] Migrate where_index op (#40255) · 857069f3
      Jeffrey Chen 提交于
      * [PHI] Migrate where_index op
      
      * [PHI] Fix where_index infermate
      
      * [Phi] set where_index out data type
      857069f3
    • L
      [phi] move shape op (#40248) · 575dea8f
      Liu-xiandong 提交于
      * add selected row op and fix bug in ctest
      
      * modify the date
      
      * fix bug in npu and xpu
      
      * modfiy the include file
      575dea8f
    • Z
      [Phi]Move topk kernel to phi (#40064) · 329b095e
      Zhang Zheng 提交于
      * first commit
      
      * cpu kernel
      
      * first version
      
      * fix compile error
      
      * fix compile error
      
      * delete v2
      
      * fix
      
      * fix
      
      * add alias
      
      * fix
      
      * fix
      
      * fix
      
      * fix error
      
      * fix
      
      * fix
      
      * fix
      
      * fix format
      329b095e
    • Z
      [PHI] Move segment_pool to phi. (#40099) · a07f19ee
      Zhong Hui 提交于
      * move segment_pool to phi.
      
      * mark summed ids as optional tensor.
      
      * fix as reviews.
      a07f19ee
    • L
      [phi] move argsort to phi (#40151) · 9262a93c
      Linjie Chen 提交于
      * move argsort to phi
      
      * refine files
      
      * remove mutable_data
      
      * fix unittest
      
      * fix unittest
      
      * remove infershape
      
      * update infershape
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      9262a93c
    • Z
      [PHI] Move arg min max to PHI. (#40222) · f25dba0a
      Zhong Hui 提交于
      * move arg min max to phi.
      
      * move infermeta.
      
      * fix as reviews.
      f25dba0a
    • H
      Move dropout to phi (#40148) · 99fc1b08
      hong 提交于
      * move dropout to phi; test=develop
      
      * fix xpu, npu compile error; test=develop
      99fc1b08
  6. 09 3月, 2022 8 次提交
  7. 08 3月, 2022 1 次提交