Home
last modified time | relevance | path

Searched refs:CreateSession (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc178 bool CreateSession(int component) { in CreateSession() function in PortAllocatorTest
179 session_.reset(CreateSession("session", component)); in CreateSession()
185 bool CreateSession(int component, const std::string& content_name) { in CreateSession() function in PortAllocatorTest
186 session_.reset(CreateSession("session", content_name, component)); in CreateSession()
192 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
194 return CreateSession(sid, kContentName, component); in CreateSession()
197 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
199 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0); in CreateSession()
202 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
206 allocator_->CreateSession( in CreateSession()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr_test.cc71 TF_EXPECT_OK(mgr_.CreateSession(session_handle, server_def, true)); in TEST_F()
88 TF_EXPECT_OK(mgr_.CreateSession(session_handle, server_def, true)); in TEST_F()
99 TF_EXPECT_OK(mgr_.CreateSession(session_handle, server_def, true)); in TEST_F()
112 TF_EXPECT_OK(mgr_.CreateSession("handle_1", server_def, false)); in TEST_F()
118 TF_EXPECT_OK(mgr_.CreateSession("handle_2", server_def, false)); in TEST_F()
124 TF_EXPECT_OK(mgr_.CreateSession("handle_3", server_def, true)); in TEST_F()
130 TF_EXPECT_OK(mgr_.CreateSession("handle_4", server_def, true)); in TEST_F()
Dmaster_test.cc63 Status CreateSession(const GraphDef& def, string* handle, in CreateSession() function in tensorflow::MasterTest
71 const Status s = FromGrpcStatus(master_->CreateSession(&ctx, req, &resp)); in CreateSession()
143 TF_ASSERT_OK(CreateSession(def, &handle, &initial_version)); in TEST_F()
162 TF_ASSERT_OK(CreateSession(def, &s1, &initial_version1)); in TEST_F()
163 TF_ASSERT_OK(CreateSession(def, &s2, &initial_version2)); in TEST_F()
173 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
214 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
233 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
252 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
303 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
[all …]
Dlocal_master.cc53 Status LocalMaster::CreateSession(CallOptions* call_options, in CreateSession() function in tensorflow::LocalMaster
58 master_impl_->CreateSession(request, response, [&n, &ret](const Status& s) { in CreateSession()
Dsession_mgr.h49 Status CreateSession(const string& session, const ServerDef& server_def,
Dmaster.h44 void CreateSession(const CreateSessionRequest* req,
Dlocal_master.h43 Status CreateSession(CallOptions* call_options,
Dmaster_interface.h36 virtual Status CreateSession(CallOptions* call_options,
Dsession_mgr.cc52 Status SessionMgr::CreateSession(const string& session, in CreateSession() function in tensorflow::SessionMgr
Dworker.cc48 Status s = env_->session_mgr->CreateSession(request->session_handle(), in CreateWorkerSessionAsync()
Dmaster.cc355 void Master::CreateSession(const CreateSessionRequest* req, in CreateSession() function in tensorflow::Master
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto35 // CreateSession method request/response protos.
75 // CreateSession or ExtendSession with the same session_handle.
81 // REQUIRED: session_handle must be returned by a CreateSession call
114 // REQUIRED: session_handle must be returned by a CreateSession call
177 // REQUIRED: session_handle must be returned by a CreateSession call
214 // REQUIRED: session_handle must be returned by a CreateSession call
263 // Optional: session_handle must be returned by a CreateSession call to the
286 // REQUIRED: session_handle must be returned by a CreateSession call
311 // REQUIRED: session_handle must be returned by a CreateSession call
344 // REQUIRED: session_handle must be returned by a CreateSession call
Dmaster_service.proto59 // CreateSession call, and add nodes to the graph using ExtendSession.
75 // {handle} = stub->CreateSession({graph_def})
89 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse); rpc
/external/tensorflow/tensorflow/core/platform/
Ddevice_tracer_test.cc45 std::unique_ptr<Session> CreateSession() { in CreateSession() function
154 auto session = CreateSession(); in TEST_F()
181 auto session = CreateSession(); in TEST_F()
207 auto session = CreateSession(); in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc76 std::unique_ptr<Session> CreateSession() { in CreateSession() function
125 auto session = CreateSession(); in TEST_F()
147 auto session = CreateSession(); in TEST_F()
193 auto session = CreateSession(); in TEST_F()
346 auto session = CreateSession(); in TEST_F()
375 auto session = CreateSession(); in TEST_F()
408 auto session = CreateSession(); in TEST_F()
440 auto session = CreateSession(); in TEST_F()
510 auto session = CreateSession(); in TEST_F()
520 auto session = CreateSession(); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc105 ENQUEUE_REQUEST(CreateSession, true); in HandleRPCsLoop()
155 master_impl_->CreateSession(rewritten_req, &call->response, in CreateSessionHandler()
160 ENQUEUE_REQUEST(CreateSession, true); in CreateSessionHandler()
Dgrpc_remote_master.cc44 Status CreateSession(CallOptions* call_options, in CreateSession() function in tensorflow::GrpcRemoteMaster
48 &MasterServiceStub::CreateSession); in CreateSession()
Dgrpc_master_service_impl.h43 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context,
77 ::grpc::Status CreateSession(::grpc::ClientContext* context,
Dgrpc_master_service_impl.cc79 ::grpc::Status MasterService::Stub::CreateSession( in CreateSession() function in tensorflow::grpc::MasterService::Stub
Dgrpc_session.cc125 Status s = master_->CreateSession(call_options, &req, &resp); in CreateImpl()
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc36 std::unique_ptr<Session> CreateSession() { in CreateSession() function
51 session_ = CreateSession(); in SetUp()
/external/webrtc/webrtc/p2p/base/
Dportallocator.cc31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession() function in cricket::PortAllocator
Dportallocator.h189 PortAllocatorSession* CreateSession(
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc40 std::unique_ptr<Session> CreateSession(const GraphDef& graph, in CreateSession() function in tensorflow::grappler::__anon710a8c5a0111::ScopedAllocatorOptimizerTest
185 std::unique_ptr<Session> session(CreateSession(item.graph, config)); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc110 TF_RETURN_IF_ERROR(env_->session_mgr->CreateSession( in CreateContext()

12