1. 11 4月, 2023 2 次提交
  2. 10 4月, 2023 2 次提交
  3. 09 4月, 2023 1 次提交
  4. 06 4月, 2023 3 次提交
  5. 04 4月, 2023 1 次提交
  6. 03 4月, 2023 1 次提交
  7. 01 4月, 2023 1 次提交
  8. 31 3月, 2023 2 次提交
  9. 30 3月, 2023 6 次提交
  10. 29 3月, 2023 2 次提交
  11. 28 3月, 2023 6 次提交
  12. 27 3月, 2023 1 次提交
  13. 25 3月, 2023 1 次提交
  14. 24 3月, 2023 1 次提交
  15. 23 3月, 2023 4 次提交
  16. 21 3月, 2023 3 次提交
  17. 20 3月, 2023 3 次提交
    • zhouweiwei2014's avatar
    • Y
      Add fp16 and bf16 to the checking dtype list of rand apis. (#51684) · b2385821
      Yiqun Liu 提交于
      * Add fp16 and bf16 to the checking dtype list of rand apis.
      
      * Remove the checking of raising TypeError.
      b2385821
    • G
      Fluid clean move out fill constant (#49511) · c985b1ac
      GGBond8488 提交于
      * migrate fill_constant to paddle.tensor
      
      * move fill_constant to paddle.tensor and repalce the reference
      
      * add missing fill_constant replacement
      
      * fix typro
      
      * remove unused import fill_constant
      
      * fix zeros import error
      
      * fix circle import
      
      * fix layers.zeros
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * use paddle.full replace fill_constant in samplecode
      
      * fix sample code
      
      * recovery xpu test
      
      * recovery xpu test
      
      * fix circle import
      
      * fix utils import error
      
      * fix utils error
      
      * fix circle import
      
      * redo
      
      * fix circle import
      
      * fix prim fill constant import
      
      * fix type error
      
      * fix increase error
      
      * fix test error
      
      * fix fill_constant
      c985b1ac