| 210 | } |
| 211 | |
| 212 | Status ConcatZ::AddToQueue(CLCommandQueue* queue) { |
| 213 | RETURN_IF_ERROR(BindArguments()); |
| 214 | return queue->DispatchImplicit(kernel_, GetGridSize(), work_group_size_); |
| 215 | } |
| 216 | |
| 217 | ConcatZ CreateConcatZ(const OperationDef& definition, |
| 218 | const std::vector<int>& channels) { |
nothing calls this directly
no test coverage detected