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
commit
e88b55af66
1 changed files with 1 additions and 1 deletions
  1. +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();
}



Loading…
Cancel
Save