获得模型输入的数据组织形式(NHWC 或者 NCHW)。
1
MxBase::VisionDataFormat Model::GetInputFormat();
数据结构
说明
MxBase::VisionDataFormat
模型的输入数据组织形式,具体请参见VisionDataFormat。