Class HWC2CHW
- Defined in File vision_lite.h 
Inheritance Relationships
Base Type
- public mindspore::dataset::TensorTransform(Class TensorTransform)
Class Documentation
- 
class HWC2CHW : public mindspore::dataset::TensorTransform
- Transpose the input image; shape (H, W, C) to shape (C, H, W).