| 292 | } |
| 293 | |
| 294 | std::vector<Output> Scatter1toRef2(const Scope& scope, |
| 295 | const string &device, Input a) { |
| 296 | return ConstructOp(scope, "Scatter1toRef2", device, 2, {std::move(a)}); |
| 297 | } |
| 298 | |
| 299 | Output Combine(const Scope& scope, const string &device, |
| 300 | Input a, Input b) { |