Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py89 COLOR_BGRA2RGBA = 5 variable in ConvertMode
90 COLOR_RGBA2BGRA = COLOR_BGRA2RGBA
Dc_transforms.py105 ConvertMode.COLOR_BGRA2RGBA: cde.ConvertMode.DE_COLOR_BGRA2RGBA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h41 COLOR_BGRA2RGBA = 5, ///< Convert BGRA image to RGBA image. enumerator
42 COLOR_RGBA2BGRA = COLOR_BGRA2RGBA, ///< Convert RGBA image to BGRA image.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc153 .value("DE_COLOR_BGRA2RGBA", ConvertMode::COLOR_BGRA2RGBA) in __anon39cb0f2d1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc76 … ConvertMode::COLOR_BGRA2RGBA, ConvertMode::COLOR_RGBA2BGRA, in GetConvertShape()