Home
last modified time | relevance | path

Searched refs:LoadSessionBundleFromPathUsingRunOptions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.h71 Status LoadSessionBundleFromPathUsingRunOptions(
Dsession_bundle_test.cc200 TF_ASSERT_OK(LoadSessionBundleFromPathUsingRunOptions( in TEST()
219 TF_ASSERT_OK(LoadSessionBundleFromPathUsingRunOptions( in TEST()
238 Status status = LoadSessionBundleFromPathUsingRunOptions( in TEST()
Dsession_bundle.cc232 TF_RETURN_IF_ERROR(LoadSessionBundleFromPathUsingRunOptions( in LoadSessionBundleFromPath()
237 Status LoadSessionBundleFromPathUsingRunOptions(const SessionOptions& options, in LoadSessionBundleFromPathUsingRunOptions() function
Dbundle_shim.cc145 TF_RETURN_IF_ERROR(LoadSessionBundleFromPathUsingRunOptions( in LoadSavedModelFromLegacySessionBundlePath()