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
!15174
fix micro arithmetic_fp32_coder.cc
From:
@zoloft
Reviewed-by: @wangchengyuan,@hangangqiang Signed-off-by:
@wangchengyuan
pull/15174/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
2cf38aead8
a989c247b6
commit
2eb344b632
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mindspore/lite/micro/coder/opcoders/nnacl/fp32/arithmetic_fp32_coder.cc
+ 0
- 1
mindspore/lite/micro/coder/opcoders/nnacl/fp32/arithmetic_fp32_coder.cc
View File
@@ -74,7 +74,6 @@ void ArithmeticFP32Coder::InitRunFunction(int primitive_type) {
arithmetic_run_bool_ = fun_table[i].bool_func_;
arithmetic_opt_run_ = fun_table[i].opt_func_;
arithmetic_opt_run_int_ = fun_table[i].opt_int_func_;
return;
}
}
TypeId input_type_id = input_tensor_->data_type();
Write
Preview
Loading…
Cancel
Save