1. 26 11月, 2020 1 次提交
    • C
      Add static_only decorator for static apis (#29015) · d0129fcd
      Chen Weihang 提交于
      * add static_only for static api
      
      * addd static_only for class init
      
      * remove static_only for default_main_program
      
      * remove creater_parameter & startup_program
      
      * remove failed apis
      
      * revert py_func import
      
      * remove global scope
      
      * remove some api
      
      * remove cuda pinned place
      d0129fcd
  2. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  3. 12 10月, 2020 1 次提交
    • T
      Fix/embedding doc (#27816) · e96fc6ab
      tangwei12 提交于
      * fix fluid doc
      
      * fix fluid doc
      
      * fix fluid doc, test=document_fix
      
      * fix fluid doc, test=document_fix
      e96fc6ab
  4. 01 9月, 2020 1 次提交
  5. 20 8月, 2020 1 次提交
    • Y
      Add new one hot function in nn.functional (#26183) · 8c48c7da
      yukavio 提交于
      * add input.py  file
      
      * write input.py
      
      * fix init file
      
      * add unit tests
      
      * fix dygraph and input shape
      
      * Revert "fix dygraph and input shape"
      
      This reverts commit 89ad8664.
      
      * fixed pylint
      
      * fix deprecated
      
      * fix old op
      
      * fix old op
      
      * set check_dygraph=True
      
      * Revert "set check_dygraph=True"
      
      This reverts commit a8e93e33.
      
      * test commit
      
      * fix doc and change test file name
      8c48c7da
  6. 14 5月, 2020 1 次提交
  7. 15 4月, 2020 1 次提交
    • D
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder)... · b4daea13
      Double_V 提交于
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794)
      
      * error message enchanced, test=develop
      
      * error message enchanced for APIs, test=develop
      
      * error message enhanced for roi_pool, test=develop
      
      * update added code, test=develop
      
      * update fluid/input.py, test=develop
      
      * update fluid/input.py ,test=develop
      
      * fix code style, test=develop
      
      * fix lower converage, test=develop
      
      * error message enhanced for roi pool, test=develop
      b4daea13
  8. 23 2月, 2020 1 次提交
  9. 06 2月, 2020 1 次提交
  10. 24 11月, 2019 1 次提交
  11. 14 11月, 2019 1 次提交
  12. 12 10月, 2019 1 次提交
  13. 09 10月, 2019 1 次提交
    • A
      fix en_doc api of one-hot and embedding (#20187) · 73cf08d6
      Aurelius84 提交于
      * fix en_doc of one-hot and embedding test=develop, test=document_fix
      
      * modify into fluid.data test=develop, test=document_fix
      
      * modify api.spec test=develop, test=document_fix
      
      * fix api.spec conflict, test=develop, test=document_fix
      73cf08d6
  14. 24 9月, 2019 1 次提交
    • A
      Remove constraint that last dimension is forced to be 1 by adding lookup_table_v2 (#19735) · 039b9710
      Aurelius84 提交于
      * Remove constraint that last dimension is forced to be 1 by add
      lookup_table_v2 test=develop
      
      * modify into PADDLE_ENFORCE_CUDA_SUCCESS test=develop
      
      * Revert "modify into PADDLE_ENFORCE_CUDA_SUCCESS test=develop"
      
      This reverts commit 8a960bfc61e51aa27c3c529df8fb90b93ebd19f9.
      
      * move api into fluid.embedding test=develop
      
      * fix example code test=develop
      
      * move one_hot into fluid.one_hot
      
      * modify api.spec test=develop
      
      * fix loss shape test=develop
      039b9710
  15. 12 9月, 2019 1 次提交