Searched defs:CreateSession (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dportallocator.cc31 PortAllocatorSession* PortAllocator::CreateSession( function in class:cricket::PortAllocator
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_master_service_impl.cc32 "/tensorflow.MasterService/CreateSession",
69 ::grpc::Status MasterService::Stub::CreateSession( function in class:tensorflow::grpc::MasterService::Stub
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dsession_mgr.cc50 Status SessionMgr::CreateSession(const string& session, function in class:tensorflow::SessionMgr
H A Dlocal_master.cc53 Status LocalMaster::CreateSession(CallOptions* call_options, function in class:tensorflow::LocalMaster
58 master_impl_->CreateSession(request, response, [&n, &ret](const Status& s) {
H A Dmaster_test.cc60 // Helpers for MasterService.{CreateSession,RunStep,CloseSession}
63 Status CreateSession(const GraphDef& def, string* handle, function in class:tensorflow::MasterTest
71 const Status s = FromGrpcStatus(master_->CreateSession(&ctx, req, &resp));
143 TF_ASSERT_OK(CreateSession(def, &handle, &initial_version));
162 TF_ASSERT_OK(CreateSession(def, &s1, &initial_version1));
163 TF_ASSERT_OK(CreateSession(def, &s2, &initial_version2));
173 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version));
214 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version));
233 TF_ASSERT_OK(CreateSession(def_0, &handle, &initial_version));
252 TF_ASSERT_OK(CreateSession(def_
[all...]
H A Dmaster.cc222 << "CreateSession still waiting for response from worker: "
307 void Master::CreateSession(const CreateSessionRequest* req, function in class:tensorflow::Master
/external/tensorflow/tensorflow/core/example/
H A Dexample_parser_configuration_test.cc36 std::unique_ptr<Session> CreateSession() { function in namespace:tensorflow::__anon26230
51 session_ = CreateSession();
/external/tensorflow/tensorflow/core/platform/
H A Ddevice_tracer_test.cc45 std::unique_ptr<Session> CreateSession() { function in namespace:tensorflow::__anon26771
154 auto session = CreateSession();
181 auto session = CreateSession();
207 auto session = CreateSession();
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc51 std::unique_ptr<Session> CreateSession() { function in namespace:tensorflow::__anon26152
93 auto session = CreateSession();
115 auto session = CreateSession();
144 auto session = CreateSession();
213 auto session = CreateSession();
223 auto session = CreateSession();
267 auto session = CreateSession();
319 auto session = CreateSession();
354 auto session = CreateSession();
420 auto session = CreateSession();
[all...]
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_gateway_test.cc34 std::unique_ptr<DirectSession> CreateSession() { function in namespace:tensorflow::__anon26198
97 auto session = CreateSession();
232 auto session = CreateSession();
362 auto session = CreateSession();
549 auto session = CreateSession();
674 auto session = CreateSession();
753 auto session = CreateSession();
929 auto session = CreateSession();
/external/webrtc/webrtc/p2p/client/
H A Dportallocator_unittest.cc178 bool CreateSession(int component) { function in class:PortAllocatorTest
179 session_.reset(CreateSession("session", component));
185 bool CreateSession(int component, const std::string& content_name) { function in class:PortAllocatorTest
186 session_.reset(CreateSession("session", content_name, component));
192 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
194 return CreateSession(sid, kContentName, component);
197 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
199 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
202 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
206 allocator_->CreateSession(
[all...]

Completed in 294 milliseconds