Enum ImageFormat

Enum Documentation

enum class mindspore::dataset::ImageFormat

Possible options for Image format types.

Values:

enumerator HWC

Indicate the input batch is of NHWC format.

enumerator CHW

Indicate the input batch is of NHWC format.

enumerator HW

Indicate the input batch is of NHWC format.