Home
last modified time | relevance | path

Searched refs:CreateSession (Results 1 – 25 of 30) 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()
94 TF_EXPECT_OK(mgr_.CreateSession(session_handle, server_def, in TEST_F()
112 TF_EXPECT_OK(mgr_.CreateSession(session_handle, server_def, true)); in TEST_F()
125 TF_EXPECT_OK(mgr_.CreateSession("handle_1", server_def, false)); in TEST_F()
131 TF_EXPECT_OK(mgr_.CreateSession("handle_2", server_def, false)); in TEST_F()
137 TF_EXPECT_OK(mgr_.CreateSession("handle_3", server_def, true)); in TEST_F()
143 TF_EXPECT_OK(mgr_.CreateSession("handle_4", server_def, true)); in TEST_F()
Dmaster_test.cc64 Status CreateSession(const GraphDef& def, string* handle, in CreateSession() function in tensorflow::MasterTest
72 const Status s = FromGrpcStatus(master_->CreateSession(&ctx, req, &resp)); in CreateSession()
144 TF_ASSERT_OK(CreateSession(def, &handle, &initial_version)); in TEST_F()
163 TF_ASSERT_OK(CreateSession(def, &s1, &initial_version1)); in TEST_F()
164 TF_ASSERT_OK(CreateSession(def, &s2, &initial_version2)); in TEST_F()
174 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
215 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
234 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
253 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
304 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version)); in TEST_F()
[all …]
Dsession_mgr.h49 Status CreateSession(const string& session, const ServerDef& server_def,
51 Status CreateSession(
Dsession_mgr.cc54 Status SessionMgr::CreateSession(const string& session, in CreateSession() function in tensorflow::SessionMgr
57 return CreateSession(session, server_def, {}, isolate_session_state); in CreateSession()
60 Status SessionMgr::CreateSession( in CreateSession() function in tensorflow::SessionMgr
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()
Dmaster.h44 void CreateSession(const CreateSessionRequest* req,
Dlocal_master.h43 Status CreateSession(CallOptions* call_options,
Dmaster_interface.h36 virtual Status CreateSession(CallOptions* call_options,
Dworker.cc54 Status s = env_->session_mgr->CreateSession( in CreateWorkerSessionAsync()
/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/profiler/internal/gpu/
Ddevice_tracer_test.cc61 std::unique_ptr<Session> CreateSession() { in CreateSession() function
174 auto session = CreateSession(); in TEST_F()
202 auto session = CreateSession(); in TEST_F()
227 auto session = CreateSession(); in TEST_F()
256 auto session = CreateSession(); in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc88 std::unique_ptr<Session> CreateSession() { in CreateSession() function
135 auto session = CreateSession(); in TEST_F()
157 auto session = CreateSession(); in TEST_F()
271 auto session = CreateSession(); in TEST_F()
308 auto session = CreateSession(); in TEST_F()
341 auto session = CreateSession(); in TEST_F()
493 auto session = CreateSession(); in TEST_F()
522 auto session = CreateSession(); in TEST_F()
555 auto session = CreateSession(); in TEST_F()
587 auto session = CreateSession(); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/framework/
Drun_handler_test.cc87 std::unique_ptr<Session> CreateSession() { in CreateSession() function
146 auto session = CreateSession(); in TEST_F()
174 auto session = CreateSession(); in TEST_F()
/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.cc47 Status CreateSession(CallOptions* call_options, in CreateSession() function in tensorflow::GrpcRemoteMaster
51 &MasterServiceStub::CreateSession); in CreateSession()
Dgrpc_master_service_impl.h45 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context,
79 ::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.cc127 Status s = master_->CreateSession(call_options, &req, &resp); in CreateImpl()
/external/webrtc/webrtc/p2p/base/
Dportallocator.cc31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession() function in cricket::PortAllocator
Dportallocator.h189 PortAllocatorSession* CreateSession(
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc36 std::unique_ptr<Session> CreateSession() { in CreateSession() function
51 session_ = CreateSession(); in SetUp()
/external/tensorflow/tensorflow/c/experimental/
Dnetwork_test.cc171 TF_EXPECT_OK(grpc_server->worker_env()->session_mgr->CreateSession( in InitializeRendezvous()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc41 std::unique_ptr<Session> CreateSession(const GraphDef& graph, in CreateSession() function in tensorflow::grappler::__anon40956c1c0111::ScopedAllocatorOptimizerTest
271 std::unique_ptr<Session> session(CreateSession(graph_def, config)); in ExecuteGraph()

12