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

Function BasicTest

tensorflow/contrib/session_bundle/session_bundle_test.cc:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void BasicTest(const string& export_path) {
165 SessionOptions options;
166 SessionBundle bundle;
167 TF_ASSERT_OK(LoadSessionBundleFromPath(options, export_path, &bundle));
168 CheckSessionBundle(export_path, bundle);
169}
170
171// Test for resource leaks when loading and unloading large numbers of
172// SessionBundles. Concurrent with adding this test, we had a leak where the

Callers 2

TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 2

CheckSessionBundleFunction · 0.85

Tested by

no test coverage detected