This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[feat] [assistant] [I44TRS] extend invert_op's function
tags/v1.5.0-rc1
qrd
4 years ago
parent
2ff0a5fb39
commit
80d91a94e1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mindspore/ccsrc/minddata/dataset/kernels/image/invert_op.cc
+ 2
- 2
mindspore/ccsrc/minddata/dataset/kernels/image/invert_op.cc
View File
@@ -58,8 +58,8 @@ Status InvertOp::Compute(const std::shared_ptr<Tensor> &input, std::shared_ptr<T
catch (const cv::Exception &e) {
RETURN_STATUS_UNEXPECTED("Invert: " + std::string(e.what()));
}
return Status::OK();
}
return Status::OK();
}
} // namespace dataset
} // namespace mindspore
Write
Preview
Loading…
Cancel
Save