| 258 | } |
| 259 | |
| 260 | Status DepthWiseConvolution::AddToQueue(CLCommandQueue* queue) { |
| 261 | RETURN_IF_ERROR(BindArguments()); |
| 262 | return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_); |
| 263 | } |
| 264 | |
| 265 | Status CreateDepthWiseConvolution(const CreationContext& creation_context, |
| 266 | const OperationDef& definition, |
nothing calls this directly
no test coverage detected