提交 0aeb7490 编写于 作者: J Jiaying Zhao 提交者: GitHub

change funtion name (#1598)

* optimize GPU conv performance and structure

* add CL macro for test_conv_gpu

* fix build failure

* change funtion name

* change funtion name
上级 b4191a0b
......@@ -146,8 +146,8 @@ class CLImage {
DLOG << " end init cl image";
}
void InitEmpty(cl_context context, cl_command_queue command_queue,
const DDim &image_dims) {
void InitEmptyWithImageDim(cl_context context, cl_command_queue command_queue,
const DDim &image_dims) {
DLOG << " to get image dims ";
image_dims_ = image_dims;
DLOG << " end get image dims " << image_dims_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册