| 227 | } |
| 228 | |
| 229 | FunctionDef fdef() { |
| 230 | tensorflow::FunctionDef fdef; |
| 231 | EXPECT_TRUE(GetFunctionDef(func_, &fdef)); |
| 232 | return fdef; |
| 233 | } |
| 234 | |
| 235 | // logging utility |
| 236 | template <class Container> |
nothing calls this directly
no test coverage detected