Browse Source

[feat] [assistant] [I44TRS] extend invert_op's function

tags/v1.5.0-rc1
qrd 4 years ago
parent
commit
80d91a94e1
1 changed files with 2 additions and 2 deletions
  1. +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

Loading…
Cancel
Save