1. 13 4月, 2022 1 次提交
  2. 09 4月, 2022 1 次提交
  3. 08 4月, 2022 1 次提交
  4. 07 4月, 2022 2 次提交
  5. 04 4月, 2022 1 次提交
    • H
      Add dropout yaml (#41355) · 1c7001e7
      hong 提交于
      * add dropout slice yaml
      
      * remove useless code
      
      * fix infer shape error
      
      * skip infrt compile for dropout
      1c7001e7
  6. 03 4月, 2022 1 次提交
    • H
      Add infer meta (#41054) · 868a3203
      hong 提交于
      * add some infer meta
      
      * fix bug
      
      * fix bugs;
      
      * fix bug and add set data type
      
      * revert infer shape of lookup table
      
      * recover test
      868a3203
  7. 01 4月, 2022 1 次提交
  8. 31 3月, 2022 2 次提交
  9. 30 3月, 2022 4 次提交
  10. 29 3月, 2022 2 次提交
  11. 28 3月, 2022 1 次提交
  12. 26 3月, 2022 1 次提交
  13. 25 3月, 2022 2 次提交
    • A
      [Phi] Migrate strided_slice into Phi (#40708) · c33b4f95
      Aurelius84 提交于
      * [Phi] Migrate strided_slice into Phi
      
      * [Phi] Migrate strided_slice into Phi
      
      * fix compilation problem
      c33b4f95
    • A
      [Phi] Migrate Adam and AdamW into Phi (#40351) · 56cd3407
      Aurelius84 提交于
      * [Phi] Migrate Adam and Adamw into Phi
      
      * fix compile error and unittest ok
      
      * fix compile error and unittest ok
      
      * fix undefined reference to fLI::FLAGS
      
      * test depend on operator
      
      * fix cmake
      
      * fix xpu compile
      
      * fix infrt
      
      * fix amp_type_traits
      
      * fix amp_type_traits
      
      * modify according reviewer
      
      * modify according reviewer
      
      * fix dtype float16
      
      * fix typo
      
      * fix Cmake
      
      * fix code style
      56cd3407
  14. 24 3月, 2022 3 次提交
  15. 23 3月, 2022 2 次提交
  16. 22 3月, 2022 1 次提交
  17. 21 3月, 2022 2 次提交
    • C
      [Phi]add pad3d kernel into phi (#40701) · 382e460b
      chentianyu03 提交于
      * add pad3d kernel into phi
      
      * add pad3d infermeta
      
      * fix build error
      
      * remove raw pad3d infershape function
      382e460b
    • H
      Add yaml config part0 (#40020) · cc853e95
      hong 提交于
      * add add yaml
      
      * add elementwise add yaml; test=develop
      
      * add norm
      
      * update
      
      * add some yaml config; test=develop
      
      * fix bug; test=develop
      
      * fix compare error; test=develop
      
      * revert erger_gen.py
      
      * update; test=deveop
      
      * remove usless code; test=deveop
      
      * fix bug; test=develop
      
      * fix test error; test=develop
      
      * remove int_type; test=develop
      
      * fix type error; test=develop
      
      * format; test=develop
      
      * remove type register; test=develop
      
      * polish code; test=develop
      
      * fix ci error; test=develop
      cc853e95
  18. 19 3月, 2022 1 次提交
    • H
      Add infer meta (#40544) · 8e4e19ab
      hong 提交于
      * add infer meta; test=develop
      
      * add histogram infer meta; test=develop
      
      * fix unitest bug; test=develop
      
      * format; test=develop
      
      * format; test=develop
      
      * bn not use new infer meta; test=develop
      
      * add infer meta; test=develop
      
      * fixbug; test=develop
      
      * fix bug;
      
      * recover unitest; test=develop
      8e4e19ab
  19. 18 3月, 2022 2 次提交
  20. 17 3月, 2022 2 次提交
  21. 16 3月, 2022 2 次提交
    • A
      [Phi] Migrate mode_op and mode_grad_op into Phi (#40571) · 00183a93
      Aurelius84 提交于
      * [Phi] Migrate mode_op and mode_grad_op into Phi
      
      * fix omp
      
      * add ifdef
      
      * migrate infershape
      
      * modify according reviewer
      00183a93
    • C
      [PHI] Migrate roll op (#40257) · 44d46d03
      chenenquan 提交于
      * [PHI] Migrate roll op
      
      * 【phi】migrate eigh op to phi (#40213)
      
      * migrate eigh to phi
      
      * optimize code
      
      * modify code according to comment
      
      * conflict resolution
      
      * [PHI] Migrate roll op
      
      * [PHI] Fix converage of roll_sig
      
      * [PHI] Fix infermate of roll_sig
      
      * [Phi] Fix unittest coverage of roll op
      
      * [PHI] Fix infermeta in unary
      
      * [PHI] Fix parameter type of roll op
      
      * [PHI] Fix parameter type of roll op
      
      * [PHI] Fix parameter of roll op
      Co-authored-by: Ncrystal <62974595+Zjq9409@users.noreply.github.com>
      44d46d03
  22. 15 3月, 2022 2 次提交
    • L
      [phi] modify the shape OP and move inferMeta of shape,matrix_pow,multi_dot (#40506) · 31729a62
      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
      
      * [phi]modify the shape OP and move inferMeta of shape,matrix_pow,multi_dot
      
      * delete useless comment
      
      * fix bug in CI
      
      * modify after review
      31729a62
    • 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
  23. 14 3月, 2022 1 次提交
  24. 13 3月, 2022 1 次提交
  25. 12 3月, 2022 1 次提交