Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py84 COLOR_RGB2BGRA = COLOR_BGR2RGBA variable in ConvertMode
Dc_transforms.py100 ConvertMode.COLOR_RGB2BGRA: cde.ConvertMode.DE_COLOR_RGB2BGRA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h36 COLOR_RGB2BGRA = COLOR_BGR2RGBA, ///< Convert RGB image to BGRA image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc148 .value("DE_COLOR_RGB2BGRA", ConvertMode::COLOR_RGB2BGRA) in __anon39cb0f2d1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc75 … ConvertMode::COLOR_BGR2RGBA, ConvertMode::COLOR_RGB2BGRA, in GetConvertShape()