Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py86 COLOR_BGRA2RGB = COLOR_RGBA2BGR variable in ConvertMode
Dc_transforms.py102 ConvertMode.COLOR_BGRA2RGB: cde.ConvertMode.DE_COLOR_BGRA2RGB,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h38 COLOR_BGRA2RGB = COLOR_RGBA2BGR, ///< Convert BGRA image to RGB image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc150 .value("DE_COLOR_BGRA2RGB", ConvertMode::COLOR_BGRA2RGB) in __anon39cb0f2d1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc72 …OR_BGRA2BGR, ConvertMode::COLOR_RGBA2RGB, ConvertMode::COLOR_RGBA2BGR, ConvertMode::COLOR_BGRA2RGB, in GetConvertShape()