Enum ImageBatchFormat

Enum Documentation

enum class mindspore::dataset::ImageBatchFormat

Possible options for Image format types in a batch.

Values:

enumerator kNHWC

Indicate the input batch is of NHWC format.

enumerator kNCHW

Indicate the input batch is of NCHW format.