This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!8470
[MSLITE] Fix the fp32 FC's resize bug
From:
@zhanyuan1
Reviewed-by: @zhang_xue_tong,@zhanghaibo5 Signed-off-by:
@zhang_xue_tong
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
0b7022121f
ae0e3dab65
commit
0ac5134e7b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.cc
+ 2
- 0
mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.cc
View File
@@ -59,6 +59,8 @@ int FullconnectionCPUKernel::ReSize() {
#ifdef ENABLE_ARM64
if (fc_param_->row_ == 1) {
is_vector_input_ = true;
} else {
is_vector_input_ = false;
}
#endif
if (in_tensors_.size() == 3) {
Write
Preview
Loading…
Cancel
Save