| 275 | } |
| 276 | |
| 277 | Output Combine(const Scope& scope, Input a, Input b) { |
| 278 | return ConstructOp(scope, "Combine", {std::move(a), std::move(b)}); |
| 279 | } |
| 280 | |
| 281 | Output FloatInput(const Scope& scope, const string &device) { |
| 282 | return ConstructOp(scope, "FloatInput", device, {}); |
no test coverage detected