未验证 提交 e632378f 编写于 作者: Q qinhj 提交者: GitHub

[examples] fix param order for api 'resize_image' in common/tengine_operations.h (#695)

上级 850d570c
......@@ -156,10 +156,10 @@ image imread2tflite(image im, int img_w, int img_h, float* means, float* scale);
/*
* resize the image, and then return the image type
* @param [in] im : input image
* @param [in] h: resized height
* @param [in] w: resied width
* @param [in] h: resized height
*/
image resize_image(image im, int h, int w);
image resize_image(image im, int w, int h);
/**
* load image, support JPG, PNG, BMP, TGA formats
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册