This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
split always support packing :)
tags/20190908
nihui
6 years ago
parent
6b5588ebbe
commit
b90a6cf69c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/layer/split.cpp
+ 1
- 0
src/layer/split.cpp
View File
@@ -23,6 +23,7 @@ Split::Split()
one_blob_only = false;
support_inplace = false;
support_vulkan = true;
support_packing = true;
}
int Split::forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& /*opt*/) const
Write
Preview
Loading…
Cancel
Save