Searched refs:LoadSessionBundleFromPath (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dsession_bundle.h62 Status LoadSessionBundleFromPath(const SessionOptions& options,
66 // Similar to the LoadSessionBundleFromPath(), but also allows the session run
H A Dsession_bundle_test.cc166 TF_ASSERT_OK(LoadSessionBundleFromPath(options, export_path, &bundle));
176 TEST(LoadSessionBundleFromPath, ResourceLeakTest) {
183 TEST(LoadSessionBundleFromPath, BasicTensorFlowContrib) {
188 TEST(LoadSessionBundleFromPath, BasicTestRunOptions) {
204 TEST(LoadSessionBundleFromPath, BasicTestRunOptionsThreadPool) {
223 TEST(LoadSessionBundleFromPath, BasicTestRunOptionsThreadPoolInvalid) {
247 TEST(LoadSessionBundleFromPath, BadExportPath) {
252 const auto status = LoadSessionBundleFromPath(options, export_path, &bundle);
258 TEST(CheckpointV2Test, LoadSessionBundleFromPath) {
315 status_ = LoadSessionBundleFromPath(options
[all...]
H A Dsession_bundle.cc229 Status LoadSessionBundleFromPath(const SessionOptions& options, function in namespace:tensorflow::serving

Completed in 121 milliseconds