| 287 | } |
| 288 | |
| 289 | std::vector<Output> Scatter1to2(const Scope& scope, |
| 290 | const string &device, Input a) { |
| 291 | return ConstructOp(scope, "Scatter1to2", device, 2, {std::move(a)}); |
| 292 | } |
| 293 | |
| 294 | std::vector<Output> Scatter1toRef2(const Scope& scope, |
| 295 | const string &device, Input a) { |