/external/webrtc/webrtc/p2p/client/ |
D | portallocator_unittest.cc | 178 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/ |
D | session_mgr_test.cc | 71 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()
|
D | master_test.cc | 63 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 …]
|
D | local_master.cc | 53 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()
|
D | session_mgr.h | 49 Status CreateSession(const string& session, const ServerDef& server_def,
|
D | master.h | 44 void CreateSession(const CreateSessionRequest* req,
|
D | local_master.h | 43 Status CreateSession(CallOptions* call_options,
|
D | master_interface.h | 36 virtual Status CreateSession(CallOptions* call_options,
|
D | session_mgr.cc | 52 Status SessionMgr::CreateSession(const string& session, in CreateSession() function in tensorflow::SessionMgr
|
D | worker.cc | 48 Status s = env_->session_mgr->CreateSession(request->session_handle(), in CreateWorkerSessionAsync()
|
D | master.cc | 355 void Master::CreateSession(const CreateSessionRequest* req, in CreateSession() function in tensorflow::Master
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master.proto | 35 // 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
|
D | master_service.proto | 59 // 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/ |
D | device_tracer_test.cc | 45 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/ |
D | direct_session_test.cc | 76 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/ |
D | grpc_master_service.cc | 105 ENQUEUE_REQUEST(CreateSession, true); in HandleRPCsLoop() 155 master_impl_->CreateSession(rewritten_req, &call->response, in CreateSessionHandler() 160 ENQUEUE_REQUEST(CreateSession, true); in CreateSessionHandler()
|
D | grpc_remote_master.cc | 44 Status CreateSession(CallOptions* call_options, in CreateSession() function in tensorflow::GrpcRemoteMaster 48 &MasterServiceStub::CreateSession); in CreateSession()
|
D | grpc_master_service_impl.h | 43 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context, 77 ::grpc::Status CreateSession(::grpc::ClientContext* context,
|
D | grpc_master_service_impl.cc | 79 ::grpc::Status MasterService::Stub::CreateSession( in CreateSession() function in tensorflow::grpc::MasterService::Stub
|
D | grpc_session.cc | 125 Status s = master_->CreateSession(call_options, &req, &resp); in CreateImpl()
|
/external/tensorflow/tensorflow/core/example/ |
D | example_parser_configuration_test.cc | 36 std::unique_ptr<Session> CreateSession() { in CreateSession() function 51 session_ = CreateSession(); in SetUp()
|
/external/webrtc/webrtc/p2p/base/ |
D | portallocator.cc | 31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession() function in cricket::PortAllocator
|
D | portallocator.h | 189 PortAllocatorSession* CreateSession(
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | scoped_allocator_optimizer_test.cc | 40 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/ |
D | eager_service_impl.cc | 110 TF_RETURN_IF_ERROR(env_->session_mgr->CreateSession( in CreateContext()
|