1. 13 10月, 2020 5 次提交
  2. 12 10月, 2020 13 次提交
  3. 11 10月, 2020 2 次提交
  4. 10 10月, 2020 7 次提交
  5. 09 10月, 2020 6 次提交
  6. 02 10月, 2020 1 次提交
  7. 01 10月, 2020 2 次提交
  8. 30 9月, 2020 4 次提交
    • J
      Add avx512 core instructions check (#27732) · 0cd4907e
      joanna.wozna.intel 提交于
      * Add avx instructions check
      
      * Small fix
      
      * Change function name
      
      * Change uint to unsigned int
      0cd4907e
    • 1
      [API 2.0: doc] fix doc of nonzero (#27685) · 54c368db
      123malin 提交于
      * test=develop, update example
      54c368db
    • L
      Move dygraph amp api to paddle-2.0 (#27681) · 69a3339a
      Leo Chen 提交于
      * move dygraph amp api to paddle
      
      * refine code and add unit test
      69a3339a
    • P
      add categorical class (#27695) · 9b3ef597
      pangyoki 提交于
      * add multinomial cpu kernel
      
      * fix C++ notype error
      
      * fix windows ci array len error
      
      * let array len be const
      
      * change array to vector
      
      * add cuda kernrl with num_distribution is 1, and not support replacement=False
      
      * add multinomial python api
      
      * support num_distribution different multinomial distributions
      
      * add categorical class
      
      * fix test_distribution enable_static error
      
      * add unittest for different setting of Categorical
      
      * optimize format
      
      * little change
      
      * little change
      
      * add raise error if shape not match, optimize format
      
      * fix windows CI dtype error in concat
      
      * little changes
      
      * little changes2
      
      * change values type to int64
      
      * change values type to int64
      
      * change values type to int64
      9b3ef597