1. 13 4月, 2022 2 次提交
  2. 12 4月, 2022 5 次提交
  3. 11 4月, 2022 3 次提交
  4. 08 4月, 2022 2 次提交
  5. 07 4月, 2022 11 次提交
  6. 06 4月, 2022 5 次提交
    • Y
      [Phi]Add graph_send_recv yaml file (#41206) · 6f4bd0ea
      YuanRisheng 提交于
      * add graph_send_recv yaml
      
      * deal with confict
      
      * fix compile bugs
      6f4bd0ea
    • C
      [Yaml]add exp yaml (#41217) · e31bffee
      chentianyu03 提交于
      * add exp yaml
      
      * add exp api in test case
      
      * add determinant yaml
      
      * fix exp op unittest
      
      * change test class name
      
      * modify api name
      
      * compacted with raw api
      
      * fix det api
      
      * add python_api
      
      * add test eager for determinant op
      e31bffee
    • Z
      Add some op yaml (#41173) · 176df91c
      zyfncg 提交于
      * add real and imag yaml
      
      * add roi_align and roi_pool yaml
      
      * add qr yaml
      
      * add psroi_pool yaml
      
      * fix bug
      
      * fix param bug of psroi_pool
      
      * fix infrt problem
      
      * fix merge bug
      176df91c
    • H
      Add conv yaml (#41354) · 7ed7c6c7
      hong 提交于
      * update
      
      * add conv yaml
      
      * add backward
      
      * remove useless code
      
      * fix bug
      
      * fix bug
      
      * revert fluid dygraph conv2d
      
      * remove useless infermeta function
      
      * fix meta fn deluplicat error
      
      * conv using custom impl
      
      * remove amp include
      
      * fix bug
      
      * use cudnn = true
      
      * fix test mkldnn caching bug
      7ed7c6c7
    • X
      [Dygraph TestsFix] Test some tests in new dygraph final_state mode. (#41363) · 0b96793e
      xiongkun 提交于
      * fix less than
      
      * fix some tests
      
      * fix additional 3 unittest case
      0b96793e
  7. 05 4月, 2022 4 次提交
  8. 04 4月, 2022 8 次提交
    • H
      add no need buffer; (#41367) · e90f9367
      hong 提交于
      e90f9367
    • H
      Add batch norm yaml (#41386) · 77cf305f
      hong 提交于
      * update
      
      * fix bug
      77cf305f
    • C
      [Yaml]add clip yaml (#41337) · 489b8a88
      chentianyu03 提交于
      * add clip yaml
      
      * import _test_eager_guad
      
      * add default value to scalar
      
      * add clip_grad default value
      
      * fix test failed
      489b8a88
    • H
      Add expand as sigmoid api (#41311) · fa250aa1
      hong 提交于
      * update epxand and sigmoid with cross entropy
      
      * skip expand as infrt check
      
      * fix sigmoid cross entropy bug
      
      * remove no grad set white list
      
      * remove no grad set
      
      * fix bug
      
      * fix sigmoid error
      
      * fix bug
      fa250aa1
    • C
      [Phi] Add softmax with cross entropy infershape & yaml (#41351) · a6b6bcbf
      Chen Weihang 提交于
      * add infershape and forward yaml
      
      * add final_state call
      
      * add base unittests
      
      * add backward yaml and test
      
      * fix without softmax test error
      
      * add cross_entropy test
      a6b6bcbf
    • F
      Add yaml for reduce_sum OP (#41295) · 5936fa6e
      From00 提交于
      * Add yaml for reduce_sum OP
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix CI errors
      5936fa6e
    • H
      Add dropout yaml (#41355) · 1c7001e7
      hong 提交于
      * add dropout slice yaml
      
      * remove useless code
      
      * fix infer shape error
      
      * skip infrt compile for dropout
      1c7001e7
    • C
      [Yaml]Add concat grad yaml (#41365) · 119816f9
      chentianyu03 提交于
      * add concat_grad kernel
      
      * fix error
      
      * remove comment code
      
      * fix outs nullptr error
      
      * change to phi header
      
      * add concat_grad declare for standalone_executor_test
      
      * add concat_grad yaml
      
      * add concat api
      
      * fix test concat op error
      
      * fix test concat op error
      119816f9