| 292 | } |
| 293 | |
| 294 | Status ConvBuffer1x1::Tune(const TuningParameters& params) { |
| 295 | RETURN_IF_ERROR(BindArguments()); |
| 296 | return GetBestWorkGroupConv(params, *GetKernel(src_[0]->Width()), |
| 297 | GetGridSize(), &work_group_size_); |
| 298 | } |
| 299 | |
| 300 | Status ConvBuffer1x1::AddToQueue(CLCommandQueue* queue) { |
| 301 | RETURN_IF_ERROR(BindArguments()); |
nothing calls this directly
no test coverage detected