Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py90 COLOR_RGBA2BGRA = COLOR_BGRA2RGBA variable in ConvertMode
Dc_transforms.py106 ConvertMode.COLOR_RGBA2BGRA: cde.ConvertMode.DE_COLOR_RGBA2BGRA,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h42 COLOR_RGBA2BGRA = COLOR_BGRA2RGBA, ///< Convert RGBA image to BGRA image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc154 .value("DE_COLOR_RGBA2BGRA", ConvertMode::COLOR_RGBA2BGRA) in __anon7cba642b1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc76 … ConvertMode::COLOR_BGRA2RGBA, ConvertMode::COLOR_RGBA2BGRA, in GetConvertShape()