1. 21 9月, 2022 1 次提交
  2. 14 9月, 2022 2 次提交
  3. 09 9月, 2022 1 次提交
  4. 06 9月, 2022 1 次提交
  5. 31 8月, 2022 2 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d
    • L
      Add index add API (#45176) · 45171911
      Li Min 提交于
      45171911
  6. 30 8月, 2022 1 次提交
  7. 26 8月, 2022 1 次提交
  8. 22 8月, 2022 1 次提交
  9. 19 8月, 2022 1 次提交
    • P
      call final_state method in inplace APIs (#42968) · 7c1e7e46
      pangyoki 提交于
      * add forward inplace final state api
      
      * fix bug
      
      * fix reshape
      
      * fix coverage
      
      * add inplace info for erfinv, lerp, put_along_axis
      
      * fix put_along_axis infer_meta
      
      * fix format
      
      * update yaml
      
      * fix
      7c1e7e46
  10. 18 8月, 2022 1 次提交
  11. 12 8月, 2022 2 次提交
  12. 10 8月, 2022 1 次提交
  13. 08 8月, 2022 2 次提交
    • H
      [phi] Transfer fluid fill_any to PHI fill (#44879) · ad716551
      HongyuJia 提交于
      * transfer kernel, make complete
      
      * add fill_sig file
      
      * fix code style
      
      * fix fill_sig, add yaml, modify python API
      
      * fix inplace, add inplace testcase
      
      * deprecated_op_names append fill
      
      * resolve comments, add test_backward
      ad716551
    • ReganYue's avatar
      【Fix en docs】 Fix document formatting*test=document_fix (#43996) · 8537edaa
      ReganYue 提交于
      * Update creation.py
      
      修复Returns格式问题
      
      * 【Fix en docs】 Fix document formatting
      
      修复Returns和Return Type格式问题。
      
      * 修复格式,解决中英文文档不一致问题
      
      为了解决中英文不一致的问题,统一将Returns内容第一个标点符号改成逗号。删掉Return Type
      
      * fix大量 与 Return Type 和 Return相关的文档
      
      * Convert Variable and LoDTensor to Tensor
      
      * Update python/paddle/nn/functional/common.py
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Update detection.py
      
      * Update io.py
      
      * Update io.py
      
      * Update loss.py
      
      * Update loss.py
      
      * Update io.py
      
      * Update io.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update nn.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update metrics.py
      
      * Update metrics.py
      
      * Update metrics.py
      
      * Update metrics.py
      
      * Update metrics.py
      
      * Update nets.py
      
      * Update reader.py
      
      * Update nn.py
      
      * Update io.py
      
      * Update nn.py
      
      * Update io.py
      
      * remove Return Type to Returns
      
      * Update sequence_lod.py
      
      * Update sequence_lod.py
      
      * Update common.py
      
      * Update common.py
      
      * Update extension.py
      
      * Update creation.py
      
      * update*test=document_fix
      
      * Update io.py
      
      * Update manipulation.py
      
      * Update sequence_lod.py
      
      * Update common.py
      
      * Update common.py
      
      * Update common.py
      
      * Update common.py
      
      * update*test=document_fix
      
      * update*test=document_fix
      
      * Update loss.py
      
      * Update loss.py
      
      * update*test=document_fix
      
      * paddle.crop
      
      * for ci;test=document_fix
      
      * update io;test=document_fix
      
      * Update io.py
      
      * update sequence_expand docs;test=document_fix
      
      * update note typos;test=document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      8537edaa
  14. 04 8月, 2022 3 次提交
    • N
      [Docs][en] adjust code example format (#44679) · d5de7886
      Nyakku Shigure 提交于
      * add name attribute to code-block, test=document_fix
      
      * remove redundant labels, test=document_fix
      
      * remove redundant labels (from upstream), test=document_fix
      
      * more COPY-FROM (try multiple code example), test=document_fix
      
      * empty commit, try to trigger PR-CI-build
      
      * fix some `Examples:` format issues
      
      * fix some ci errors
      d5de7886
    • W
      [Eager] fix slice's input mistake (#44855) · cfc9bf76
      Weilong Wu 提交于
      * [Eager] fix slice's input mistake
      
      * add tests for slice
      cfc9bf76
    • Z
      phi_fill_diagonal_tensor (#44649) · 2140e825
      zhiboniu 提交于
      * phi_fill_diagonal_tensor
      
      * delete extra lines
      
      * update
      
      * add legacy api test
      
      * rename sig
      2140e825
  15. 03 8月, 2022 2 次提交
    • Z
      Phi fill diagonal (#44453) · 9f1616a0
      zhiboniu 提交于
      * phi_fill_diagonal
      
      * remove old kernels
      
      * update
      
      * update attr args
      
      * refix
      
      * update
      9f1616a0
    • S
      move repeat interleave (#44753) · 3b32835f
      seemingwang 提交于
      * move repeat interleave
      
      * fix api name
      
      * recover op registration
      
      * fix arguments order
      
      * fix
      
      * fix infermeta
      
      * fix infermeta
      
      * fix header
      
      * fix infermeta
      
      * fix
      
      * fix
      
      * fix dtype
      
      * log&test
      
      * test
      
      * remove logs
      
      * fix
      
      * remove logs
      
      * combine files
      
      * combine
      
      * combine files
      
      * fix cuda place
      3b32835f
  16. 02 8月, 2022 2 次提交
    • W
      [Eager] use eager final state instead intermediate state (#44722) · f1873b90
      Weilong Wu 提交于
      * [Eager] call final_state_slice under eager mode
      
      * rm useless comments
      
      * use eager final state instead intermidiate state
      
      * update fill_constant yaml
      
      * update fill_constant yaml
      
      * modify wrapped_infermeta_gen logic to fix special case
      
      * fix slice in manipulation
      
      * use fill_constant_
      
      * modify slice infermeta
      
      * rm final_state_conv2d
      
      * use final_state_slice
      
      * use final_state_slice only
      
      * polish slice, use final state
      
      * add paddle_throw for SplitInferMeta
      
      * rm fill_constant_ temply
      
      * recover array_equal, not allclose
      
      * recover original code
      f1873b90
    • Update manipulation.py for rot90() (#44038) · 756f01db
      熊峻峰 提交于
      756f01db
  17. 01 8月, 2022 3 次提交
  18. 28 7月, 2022 2 次提交
  19. 27 7月, 2022 2 次提交
  20. 21 7月, 2022 1 次提交
  21. 20 7月, 2022 1 次提交
  22. 15 7月, 2022 1 次提交
  23. 12 7月, 2022 1 次提交
  24. 13 6月, 2022 1 次提交
    • L
      Fix some en docs of paddle. and paddle.nn.initialize. (#42916) · 4f006636
      Liyulingyue 提交于
      * calculate_gain; test=document_fix
      
      * Constant; test=document_fix
      
      * KaimingNormal; test=document_fix
      
      * KaimingUniform; test=document_fix
      
      * randint; test=document_fix
      
      * squeeze;test=document_fix
      
      * argmin; test=document_fix
      
      * argmin; test=document_fix
      
      * triu; test=document_fix
      
      * add_n;test=document_fix
      
      * unique; test=document_fix
      
      * topk; test=document_fix
      
      * squeeze;test=document_fix
      
      * randint;test=document_fix
      
      * argmin; test=document_fix
      
      * constant; test=document_fix
      
      * constant; test=document_fix
      
      * KaimingNormal; test=document_fix
      
      * kaiming; test=document_fix
      
      * unique; test=document_fix
      4f006636
  25. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  26. 23 5月, 2022 1 次提交
  27. 19 5月, 2022 1 次提交
    • C
      Fix API Docs bug (#42816) · 9f4d342c
      Chen Long 提交于
      * update readme test=document_fix
      
      * fix api docs;test=document_fix
      
      * update logic.py;test=document_fix
      
      * update docs;test=document_fix
      9f4d342c
  28. 18 5月, 2022 1 次提交