HomeSort by relevance Sort by last modified time
    Searched defs:CreateSession (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/p2p/base/
portallocator.cc 31 PortAllocatorSession* PortAllocator::CreateSession(
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service_impl.cc 32 "/tensorflow.MasterService/CreateSession",
69 ::grpc::Status MasterService::Stub::CreateSession(
  /external/tensorflow/tensorflow/core/distributed_runtime/
session_mgr.cc 50 Status SessionMgr::CreateSession(const string& session,
local_master.cc 53 Status LocalMaster::CreateSession(CallOptions* call_options,
58 master_impl_->CreateSession(request, response, [&n, &ret](const Status& s) {
master.cc 222 << "CreateSession still waiting for response from worker: "
307 void Master::CreateSession(const CreateSessionRequest* req,
master_test.cc 60 // Helpers for MasterService.{CreateSession,RunStep,CloseSession}
63 Status CreateSession(const GraphDef& def, string* handle,
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_0, &handle, &initial_version))
    [all...]
  /external/tensorflow/tensorflow/core/example/
example_parser_configuration_test.cc 36 std::unique_ptr<Session> CreateSession() {
51 session_ = CreateSession();
  /external/tensorflow/tensorflow/core/platform/
device_tracer_test.cc 45 std::unique_ptr<Session> CreateSession() {
154 auto session = CreateSession();
181 auto session = CreateSession();
207 auto session = CreateSession();
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 178 bool CreateSession(int component) {
179 session_.reset(CreateSession("session", component));
185 bool CreateSession(int component, const std::string& content_name) {
186 session_.reset(CreateSession("session", content_name, component));
192 cricket::PortAllocatorSession* CreateSession(
194 return CreateSession(sid, kContentName, component);
197 cricket::PortAllocatorSession* CreateSession(
199 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
202 cricket::PortAllocatorSession* CreateSession(
206 allocator_->CreateSession(
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 51 std::unique_ptr<Session> CreateSession() {
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/
debug_gateway_test.cc 34 std::unique_ptr<DirectSession> CreateSession() {
97 auto session = CreateSession();
232 auto session = CreateSession();
362 auto session = CreateSession();
549 auto session = CreateSession();
674 auto session = CreateSession();
753 auto session = CreateSession();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3cc.h 162 virtual HRESULT WINAPI CreateSession(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0;
190 HRESULT (WINAPI *CreateSession)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession);
220 #define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->CreateSession(This,pACDGroup,pAddress,ppAgentSession)
    [all...]
tapi3.h 281 virtual HRESULT WINAPI CreateSession(ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession) = 0;
309 HRESULT (WINAPI *CreateSession)(ITAgent *This,ITACDGroup *pACDGroup,ITAddress *pAddress,ITAgentSession **ppAgentSession);
339 #define ITAgent_CreateSession(This,pACDGroup,pAddress,ppAgentSession) (This)->lpVtbl->CreateSession(This,pACDGroup,pAddress,ppAgentSession)
    [all...]
rtccore.h 928 virtual HRESULT WINAPI CreateSession(RTC_SESSION_TYPE enType,BSTR bstrLocalPhoneURI,IRTCProfile *pProfile,__LONG32 lFlags,IRTCSession **ppSession) = 0;
    [all...]
oledb.h     [all...]

Completed in 4380 milliseconds