Home
last modified time | relevance | path

Searched refs:COLOR_RGBA2GRAY (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py98 COLOR_RGBA2GRAY = 11 variable in ConvertMode
Dc_transforms.py114 ConvertMode.COLOR_RGBA2GRAY: cde.ConvertMode.DE_COLOR_RGBA2GRAY,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dconvert_color_ir.cc38 if (convert_mode_ < ConvertMode::COLOR_BGR2BGRA || convert_mode_ > ConvertMode::COLOR_RGBA2GRAY) { in ValidateParams()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h50 COLOR_RGBA2GRAY = 11 ///< Convert RGBA image to GRAY image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc162 .value("DE_COLOR_RGBA2GRAY", ConvertMode::COLOR_RGBA2GRAY) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc70 … ConvertMode::COLOR_BGRA2GRAY, ConvertMode::COLOR_RGBA2GRAY}; in GetConvertShape()