Home
last modified time | relevance | path

Searched refs:COLOR_GRAY2RGBA (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py96 COLOR_GRAY2RGBA = COLOR_GRAY2BGRA variable in ConvertMode
Dc_transforms.py112 ConvertMode.COLOR_GRAY2RGBA: cde.ConvertMode.DE_COLOR_GRAY2RGBA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h48 COLOR_GRAY2RGBA = COLOR_GRAY2BGRA, ///< Convert GRAY image to RGBA image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc160 .value("DE_COLOR_GRAY2RGBA", ConvertMode::COLOR_GRAY2RGBA) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc77 … ConvertMode::COLOR_GRAY2BGRA, ConvertMode::COLOR_GRAY2RGBA}; in GetConvertShape()