| 510 | } |
| 511 | |
| 512 | NodeMatcherProperties ConstantValue( |
| 513 | const ::tensorflow::Input::Initializer& val) { |
| 514 | TF_CHECK_OK(val.status); |
| 515 | NodeMatcherProperties props; |
| 516 | props.set_constant_value(val.tensor); |
| 517 | return props; |
| 518 | } |
| 519 | |
| 520 | ::testing::Matcher<impl::OutEdge> Const( |
| 521 | const ::tensorflow::Input::Initializer& val) { |