kendryte / nncase

Open deep learning compiler stack for Kendryte AI accelerators ✨
Apache License 2.0
747 stars 181 forks source link

Fix Reshape #1147

Closed FusionBolt closed 10 months ago

FusionBolt commented 10 months ago

fix reshape for NotImplementedException

github-actions[bot] commented 10 months ago

Test Results

5 859 tests  ±0   5 859 :heavy_check_mark: ±0   8m 16s :stopwatch: -15s        6 suites ±0          0 :zzz: ±0         6 files   ±0          0 :x: ±0 

Results for commit 2f753a85. ± Comparison against base commit f7b4c7c1.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (f7b4c7c) 73.16% compared to head (2f753a8) 73.16%.

Files Patch % Lines
src/Nncase.Evaluator/Tensors/Reshape.cs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1147 +/- ## ========================================== - Coverage 73.16% 73.16% -0.01% ========================================== Files 706 706 Lines 25818 25819 +1 Branches 4203 4203 ========================================== - Hits 18891 18890 -1 - Misses 6286 6287 +1 - Partials 641 642 +1 ``` | [Flag](https://app.codecov.io/gh/kendryte/nncase/pull/1147/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kendryte) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/kendryte/nncase/pull/1147/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kendryte) | `39.10% <0.00%> (-0.01%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/kendryte/nncase/pull/1147/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kendryte) | `65.01% <0.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kendryte#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zhen8838 commented 10 months ago

The same problem may not only appear in the reshape evaluator.

FusionBolt commented 10 months ago

I will fix them in other pr.