| 158 | } |
| 159 | |
| 160 | Status MaxUnpooling::AddToQueue(CLCommandQueue* queue) { |
| 161 | RETURN_IF_ERROR(BindArguments()); |
| 162 | return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_); |
| 163 | } |
| 164 | |
| 165 | MaxUnpooling CreateMaxUnpooling(const OperationDef& definition, |
| 166 | const MaxUnpooling2DAttributes& attr) { |
nothing calls this directly
no test coverage detected