| 41 | } |
| 42 | |
| 43 | Node* Combine(ops::NodeOut a, ops::NodeOut b, |
| 44 | const GraphDefBuilder::Options& opts) { |
| 45 | return ops::BinaryOp("Combine", std::move(a), std::move(b), opts); |
| 46 | } |
| 47 | |
| 48 | class EqualGraphDefTest : public ::testing::Test { |
| 49 | protected: |
no test coverage detected