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

[Layer] Improve forwarding logic of ConcatLayer @open sesame 08/08 18:22 #2702

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 8, 2024

  1. [Layer] Improve forwarding logic of ConcatLayer

    This PR updates current ConcatLayer forwarding for faster computation.
    
    **Changes proposed in this PR:**
    - Utilize the Tensor::concat() operation to perform forwarding and replace manual mapping and copying.
    
    **Self-evaluation:**
    1. Build test: [X]Passed [ ]Failed [ ]Skipped
    2. Run test:   [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: Donghyeon Jeong <dhyeon.jeong@samsung.com>
    djeong20 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f943966 View commit details
    Browse the repository at this point in the history