| 140 | } |
| 141 | |
| 142 | Status Padding::AddToQueue(CLCommandQueue* queue) { |
| 143 | RETURN_IF_ERROR(BindArguments()); |
| 144 | return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_); |
| 145 | } |
| 146 | |
| 147 | Padding CreatePadding(const OperationDef& definition, |
| 148 | const PadAttributes& attr) { |
nothing calls this directly
no test coverage detected