提交 761cc7f1 编写于 作者: Y yangfei

imp some function for CLImage

上级 ce46b3cc
...@@ -222,9 +222,9 @@ class CLImage { ...@@ -222,9 +222,9 @@ class CLImage {
cl_context context_; cl_context context_;
}; };
void TensorToCLImage(Tensor *tensor, CLImage *image); void TensorToCLImage(Tensor *tensor, CLImage *image,cl_command_queue commandQueue);
void CLImageToTensor(CLImage *image, Tensor *tensor); void CLImageToTensor(CLImage *image, Tensor *tensor,cl_command_queue commandQueue);
} // namespace framework } // namespace framework
} // namespace paddle_mobile } // namespace paddle_mobile
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册