/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() 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()
|
D | master_test.cc | 64 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 …]
|
D | session_mgr.h | 49 Status CreateSession(const string& session, const ServerDef& server_def, 51 Status CreateSession(
|
D | session_mgr.cc | 54 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
|
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 | 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 | worker.cc | 54 Status s = env_->session_mgr->CreateSession( in CreateWorkerSessionAsync()
|
/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/profiler/internal/gpu/ |
D | device_tracer_test.cc | 61 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/ |
D | direct_session_test.cc | 88 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/ |
D | run_handler_test.cc | 87 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/ |
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 | 47 Status CreateSession(CallOptions* call_options, in CreateSession() function in tensorflow::GrpcRemoteMaster 51 &MasterServiceStub::CreateSession); in CreateSession()
|
D | grpc_master_service_impl.h | 45 virtual ::grpc::Status CreateSession(::grpc::ClientContext* context, 79 ::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 | 127 Status s = master_->CreateSession(call_options, &req, &resp); in CreateImpl()
|
/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/example/ |
D | example_parser_configuration_test.cc | 36 std::unique_ptr<Session> CreateSession() { in CreateSession() function 51 session_ = CreateSession(); in SetUp()
|
/external/tensorflow/tensorflow/c/experimental/ |
D | network_test.cc | 171 TF_EXPECT_OK(grpc_server->worker_env()->session_mgr->CreateSession( in InitializeRendezvous()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | scoped_allocator_optimizer_test.cc | 41 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()
|