| 298 | } |
| 299 | |
| 300 | Status ConvBuffer1x1::AddToQueue(CLCommandQueue* queue) { |
| 301 | RETURN_IF_ERROR(BindArguments()); |
| 302 | return queue->DispatchImplicit(*GetKernel(src_[0]->Width()), GetGridSize(), |
| 303 | work_group_size_); |
| 304 | } |
| 305 | |
| 306 | bool IsConvBuffer1x1Supported(const OperationDef& definition, |
| 307 | const Convolution2DAttributes& attr) { |
nothing calls this directly
no test coverage detected