This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(dnn/x86): fix x86 pooling exec
GitOrigin-RevId:
cdaa752d7e
release-1.10
Megvii Engine Team
3 years ago
parent
91aaafd587
commit
7c8f184723
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dnn/src/x86/pooling/opr_impl.cpp
+ 1
- 1
dnn/src/x86/pooling/opr_impl.cpp
View File
@@ -109,7 +109,7 @@ void PoolingImpl::exec(
if (!is_fallback_algo(algo)) {
algo->exec(args);
} else {
fallback::PoolingImpl::exec(src, dst,
Workspace()
);
fallback::PoolingImpl::exec(src, dst,
workspace
);
}
}
Write
Preview
Loading…
Cancel
Save