This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
cleancode
pull/648/head
songmingyang
3 years ago
parent
662414a4eb
commit
28641c6aa0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parser/common/parser_fp16_t.h
+ 1
- 1
parser/common/parser_fp16_t.h
View File
@@ -608,7 +608,7 @@ T GetManSum(int16_t e_a, const T &m_a, int16_t e_b, const T &m_b) {
sum = m_a + m_tmp;
} else {
m_tmp = m_a;
m_tm= RightShift(m_tmp, e_tmp);
m_tm
p
= RightShift(m_tmp, e_tmp);
sum = m_tmp + m_b;
}
} else {
Write
Preview
Loading…
Cancel
Save