Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon 5th No.32】为 Paddle 新增 tensor_split / hsplit / dsplit API #6389

Merged
merged 14 commits into from
Dec 14, 2023

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    8aa80e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    183d411 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update docs/api/paddle/tensor_split_cn.rst

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6970d96 View commit details
    Browse the repository at this point in the history
  2. Update docs/api/paddle/dsplit_cn.rst

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    742fe26 View commit details
    Browse the repository at this point in the history
  3. Update docs/api/paddle/hsplit_cn.rst

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ca2ac30 View commit details
    Browse the repository at this point in the history
  4. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …Tensor/torch.Tensor.dsplit.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2c318cf View commit details
    Browse the repository at this point in the history
  5. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …Tensor/torch.Tensor.tensor_split.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2d63087 View commit details
    Browse the repository at this point in the history
  6. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …Tensor/torch.Tensor.vsplit.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3923750 View commit details
    Browse the repository at this point in the history
  7. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …ops/torch.dsplit.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    85b85f6 View commit details
    Browse the repository at this point in the history
  8. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …ops/torch.hsplit.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a5fd0bb View commit details
    Browse the repository at this point in the history
  9. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …ops/torch.tensor_split.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ce02b60 View commit details
    Browse the repository at this point in the history
  10. Update docs/guides/model_convert/convert_from_pytorch/api_difference/…

    …ops/torch.vsplit.md
    
    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    megemini and sunzhongkai588 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d82edfb View commit details
    Browse the repository at this point in the history
  11. [Fix] blankline

    megemini committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    82b3904 View commit details
    Browse the repository at this point in the history
  12. [Fix] ref tensor_split

    megemini committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fe751e6 View commit details
    Browse the repository at this point in the history