| 33 | REGISTER_OP("Combine").Input("a: float").Input("b: float").Output("o: float"); |
| 34 | |
| 35 | Node* Input(const GraphDefBuilder::Options& opts) { |
| 36 | return ops::SourceOp("Input", opts); |
| 37 | } |
| 38 | |
| 39 | Node* Alternate(const GraphDefBuilder::Options& opts) { |
| 40 | return ops::SourceOp("Alternate", opts); |
no test coverage detected