| 297 | }; |
| 298 | |
| 299 | TEST_F(SessionBundleTest, Basic) { |
| 300 | const string export_path = SetupExport([](MetaGraphDef*) {}); |
| 301 | BasicTest(export_path); |
| 302 | } |
| 303 | |
| 304 | TEST_F(SessionBundleTest, UnshardedVariableFile) { |
| 305 | // Test that we can properly read the variables when exported |
nothing calls this directly
no test coverage detected