Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py95 COLOR_GRAY2BGRA = 9 variable in ConvertMode
96 COLOR_GRAY2RGBA = COLOR_GRAY2BGRA
Dc_transforms.py111 ConvertMode.COLOR_GRAY2BGRA: cde.ConvertMode.DE_COLOR_GRAY2BGRA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h47 COLOR_GRAY2BGRA = 9, ///< Convert GRAY image to BGRA image. enumerator
48 COLOR_GRAY2RGBA = COLOR_GRAY2BGRA, ///< Convert GRAY image to RGBA image.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc159 .value("DE_COLOR_GRAY2BGRA", ConvertMode::COLOR_GRAY2BGRA) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc77 … ConvertMode::COLOR_GRAY2BGRA, ConvertMode::COLOR_GRAY2RGBA}; in GetConvertShape()