Function MSModelResize
Defined in File model_c.h
Function Documentation
-
MSStatus MSModelResize(MSModelHandle model, const MSTensorHandleArray inputs, MSShapeInfo *shape_infos, size_t shape_info_num)
Resize the shapes of inputs.
- 参数
model – [in] Model object handle.
inputs – [in] The array that includes all input tensor handles.
shape_infos – [in] Defines the new shapes of inputs, should be consistent with inputs.
shape_info_num – [in] The num of shape_infos.
- 返回
MSStatus.