MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/contrib/session_bundle/session_bundle_test.cc:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

BasicTestFunction · 0.85
StrContainsFunction · 0.50
GraphDefClass · 0.50
JoinPathFunction · 0.50
okMethod · 0.45

Tested by

no test coverage detected