提交 27e4cca0 编写于 作者: Y yangfei

repair some bug

上级 a6d28c35
......@@ -244,7 +244,7 @@ class CLImage {
image_width_ = width;
image_height_ = height;
image_dims_ = make_ddim({image_width_, image_height_});
c_block_ = W / width;
c_block_ = width / W;
DLOG << " tensor dim " << tensor_dims_;
DLOG << " 赋值时: image width: " << image_width_;
......
......@@ -37,7 +37,7 @@ limitations under the License. */
#include "framework/cl/cl_image.h"
#endif
int debug_to = 2;
int debug_to = 34;
namespace paddle_mobile {
namespace framework {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册