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

[TensorV2] Add Transpose Support for Tensor #2475

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 23, 2024

  1. [TensorV2] Add Transpose Support for Tensor

    This pull request adds the ability to transpose tensors, which allows users to flip or rotate their data along its axes.
    
    **Changes proposed in this PR:**
    - Added a new method called transpose() to the TensorV2 class, which takes direction argument: the axes to be swapped.
    
    **Self-evaluation:**
    1. Build test: [X]Passed [ ]Failed [ ]Skipped
    2. Run test:   [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: Donghyeon Jeong <[email protected]>
    djeong20 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6d4a6e5 View commit details
    Browse the repository at this point in the history