| 190 | } |
| 191 | |
| 192 | Add CreateAdd(const OperationDef& definition, const std::vector<int>& channels, |
| 193 | int dst_channels) { |
| 194 | Add operation(definition, channels, dst_channels); |
| 195 | operation.SetLinkIndex(0); |
| 196 | return operation; |
| 197 | } |
| 198 | |
| 199 | } // namespace cl |
| 200 | } // namespace gpu |