| 518 | } |
| 519 | |
| 520 | ::testing::Matcher<impl::OutEdge> Const( |
| 521 | const ::tensorflow::Input::Initializer& val) { |
| 522 | return Out(NodeWith(ConstantValue(val))); |
| 523 | } |
| 524 | ::testing::Matcher<impl::OutEdge> Out( |
| 525 | int oidx, ::testing::Matcher<const Node*> node_matcher) { |
| 526 | return ::testing::MakeMatcher(new OutEdgeMatcher(node_matcher, oidx)); |