| 458 | } |
| 459 | |
| 460 | Node* Binary(ops::NodeOut a, ops::NodeOut b, |
| 461 | const GraphDefBuilder::Options& opts) { |
| 462 | return ops::BinaryOp("BinaryTest", std::move(a), std::move(b), opts); |
| 463 | } |
| 464 | |
| 465 | Node* BinaryUnknownShape(ops::NodeOut a, ops::NodeOut b, |
| 466 | const GraphDefBuilder::Options& opts) { |