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
feat(imperative): add advance indexing with bool
also fix bug to deal with empty tensor in np2tensor GitOrigin-RevId:
2bd8152c90
tags/v1.0.0-rc1
Megvii Engine Team
Xinran Xu
4 years ago
parent
101b58d1ca
commit
8aa34e4a5d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dnn/src/cuda/cond_take/opr_impl.cpp
+ 1
- 0
dnn/src/cuda/cond_take/opr_impl.cpp
View File
@@ -82,6 +82,7 @@ CondTakeImpl::Output CondTakeImpl::exec(
break; \
}
MEGDNN_FOREACH_COMPUTING_DTYPE(cb)
cb(::megdnn::dtype::Bool)
#undef cb
default:
megdnn_throw("bad data dtype");
Write
Preview
Loading…
Cancel
Save