| 33 | class FrameViewTest : public ::testing::Test { |
| 34 | protected: |
| 35 | NodeDef CreateNode(const string& name, const std::vector<string>& inputs) { |
| 36 | return CreateNode(name, "", "", inputs); |
| 37 | } |
| 38 | |
| 39 | NodeDef CreateNode(const string& name, const string& op, |
| 40 | const std::vector<string>& inputs) { |