Class HWC2CHW

Inheritance Relationships

Base Type

Class Documentation

class HWC2CHW : public mindspore::dataset::TensorTransform

Transpose the input image; shape (H, W, C) to shape (C, H, W).

Public Functions

HWC2CHW()

Constructor.

~HWC2CHW() = default

Destructor.