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
fix bug for album_op_android
tags/v1.1.0
xulei2020
5 years ago
parent
8ab6b9bb1e
commit
fa1f9f55b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/lite/minddata/wrapper/album_op_android.cc
+ 1
- 1
mindspore/lite/minddata/wrapper/album_op_android.cc
View File
@@ -48,7 +48,7 @@ AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string
current_cnt_(0),
dirname_offset_(0),
sampler_(true),
sampler_index_(
0
) {
sampler_index_(
index
) {
PrescanEntry();
}
Write
Preview
Loading…
Cancel
Save