Home
last modified time | relevance | path

Searched refs:WorkerSessionForSession (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr_test.cc73 TF_EXPECT_OK(mgr_.WorkerSessionForSession(session_handle, &session)); in TEST_F()
90 TF_EXPECT_OK(mgr_.WorkerSessionForSession(session_handle, &session)); in TEST_F()
101 TF_EXPECT_OK(mgr_.WorkerSessionForSession(session_handle, &session)); in TEST_F()
114 TF_EXPECT_OK(mgr_.WorkerSessionForSession("handle_1", &session_1)); in TEST_F()
120 TF_EXPECT_OK(mgr_.WorkerSessionForSession("handle_2", &session_2)); in TEST_F()
126 TF_EXPECT_OK(mgr_.WorkerSessionForSession("handle_3", &session_3)); in TEST_F()
132 TF_EXPECT_OK(mgr_.WorkerSessionForSession("handle_4", &session_4)); in TEST_F()
145 TF_EXPECT_OK(mgr_.WorkerSessionForSession(session_handle, &session)); in TEST_F()
154 Status s = mgr_.WorkerSessionForSession(session_handle, &session); in TEST_F()
Dworker.cc68 s = env_->session_mgr->WorkerSessionForSession(request->session_handle(), in RegisterGraphAsync()
89 s = env_->session_mgr->WorkerSessionForSession(request->session_handle(), in DeregisterGraphAsync()
162 s = env_->session_mgr->WorkerSessionForSession(request->session_handle(), in DoRunGraph()
273 s = env_->session_mgr->WorkerSessionForSession(request->session_handle(), in DoPartialRunGraph()
Dsession_mgr.h53 Status WorkerSessionForSession(const string& session_handle,
Dsession_mgr.cc135 Status SessionMgr::WorkerSessionForSession( in WorkerSessionForSession() function in tensorflow::SessionMgr
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc114 TF_RETURN_IF_ERROR(env_->session_mgr->WorkerSessionForSession( in CreateContext()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc221 grpc_server->worker_env()->session_mgr->WorkerSessionForSession( in UpdateTFE_ContextWithServerDef()