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
!9195
[MD]fix bug for album_op_android
From:
@xulei2020
Reviewed-by: @pandoublefeng,@HilbertDavid Signed-off-by:
@HilbertDavid
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
ff2c44c935
fa1f9f55b7
commit
e88b55af66
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