!7566 [MD]add comment for ExtractOp and Split op

Merge pull request !7566 from xulei/lite_test0905
pull/7566/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit ff85533155

@ -81,8 +81,10 @@ bool SubStractMeanNormalize(const LiteMat &src, LiteMat &dst, const std::vector<
bool Pad(const LiteMat &src, LiteMat &dst, int top, int bottom, int left, int right, PaddBorderType pad_type,
uint8_t fill_b_or_gray, uint8_t fill_g, uint8_t fill_r);
/// \brief extract image channel by index
bool ExtractChannel(const LiteMat &src, LiteMat &dst, int col);
/// \brief split image channels to single channel
bool Split(const LiteMat &src, std::vector<LiteMat> &mv);
/// \brief Create a multi-channel image out of several single-channel arrays.

Loading…
Cancel
Save