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 StateDiagram iter compare to other container's end
tags/v1.0.0
jiangzhiwen
5 years ago
parent
33b4886ca9
commit
bf7e14a083
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/minddata/dataset/engine/datasetops/source/csv_op.cc
+ 1
- 1
mindspore/ccsrc/minddata/dataset/engine/datasetops/source/csv_op.cc
View File
@@ -268,7 +268,7 @@ int CsvOp::CsvParser::CountRows(int c) {
m = Message::MS_NORMAL;
}
StateDiagram::iterator it = sdl.find({cur_state_, m});
if (it == sd.end()) {
if (it == sd
l
.end()) {
return -1;
}
cur_state_ = it->second.first;
Write
Preview
Loading…
Cancel
Save