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

add torch_flip op #5872

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

add torch_flip op #5872

wants to merge 15 commits into from

Conversation

Baiyuetribe
Copy link
Contributor

@Baiyuetribe Baiyuetribe commented Jan 11, 2025

  • pass_ncnn
  • 1D
  • 2D
    • w
    • h
    • w & h
  • 3D
    • w
    • h
    • c
    • w & h
    • w & c
    • h & w
    • w & h & c
  • 4D
    • d
    • c
    • h
    • w
    • dc
    • dh
    • dw
    • ch
    • cw
    • hw
    • dch
    • dcw
    • dhw
    • chw
    • whcd
  • ctest
  • pytest
  • sim_stl
  • std++03
  • 跨端兼容性
  • pnnx_ci

已完结

@github-actions github-actions bot added the test label Jan 12, 2025
@Baiyuetribe Baiyuetribe changed the title [WIP] add torch_flip op add torch_flip op Jan 12, 2025
@Baiyuetribe Baiyuetribe changed the title add torch_flip op [WIP]add torch_flip op Jan 13, 2025
@tencent-adm
Copy link
Member

tencent-adm commented Jan 13, 2025

CLA assistant check
All committers have signed the CLA.

@Baiyuetribe Baiyuetribe changed the title [WIP]add torch_flip op add torch_flip op Jan 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 99.16667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.11%. Comparing base (ace8372) to head (b54643e).

Files with missing lines Patch % Lines
src/layer/flip.cpp 99.16% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #5872    +/-   ##
========================================
  Coverage   95.10%   95.11%            
========================================
  Files         824      825     +1     
  Lines      277477   277719   +242     
========================================
+ Hits       263904   264144   +240     
- Misses      13573    13575     +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants