Home
last modified time | relevance | path

Searched refs:session_name (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.cc108 const string& session_name, const string& worker_name, in WorkerSession() argument
112 : session_name_(session_name), in WorkerSession()
117 this, !session_name.empty(), in WorkerSession()
145 const string& session_name, const string& worker_name, in CreateWithBorrowedDeviceMgr() argument
150 session_name, worker_name, std::move(worker_cache), borrowed_device_mgr, in CreateWithBorrowedDeviceMgr()
155 const string& session_name, const string& worker_name, in WorkerSession() argument
159 : session_name_(session_name), in WorkerSession()
164 this, !session_name.empty(), remote_device_mgr.get())), in WorkerSession()
Dworker_session.h46 const string& session_name() const { return session_name_; } in session_name() function
59 WorkerSession(const string& session_name, const string& worker_name,
66 const string& session_name, const string& worker_name,
91 WorkerSession(const string& session_name, const string& worker_name,
Dcluster_function_library_runtime.cc225 req->set_session_handle(worker_session_->session_name()); in Instantiate()
276 req->set_session_handle(worker_session_->session_name()); in Run()
/external/scapy/scapy/
Dmain.py290 def init_session(session_name, mydict=None): argument
300 if session_name:
302 os.stat(session_name)
304 log_loading.info("New session [%s]" % session_name)
308 SESSION = six.moves.cPickle.load(gzip.open(session_name,"rb"))
310 SESSION = six.moves.cPickle.load(open(session_name,"rb"))
311 log_loading.info("Using session [%s]" % session_name)
313 log_loading.error("Error opening session [%s]" % session_name)
315 log_loading.error("Error opening session [%s]. Attribute missing" % session_name)
322 conf.session = session_name
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_interface.cc422 const std::string session_name = in CompileIfKeyAbsentHelper() local
428 /*is_cache_hit=*/false, session_name); in CompileIfKeyAbsentHelper()
431 cache_key, "), session_name(", session_name, ")"); in CompileIfKeyAbsentHelper()
441 session_name, ") Debug String: ", subgraph_key.debug_string); in CompileIfKeyAbsentHelper()
456 << " with session_name( " << session_name << ");" in CompileIfKeyAbsentHelper()
469 cache_key, "), session_name(", session_name, "), subgraph_key(", in CompileIfKeyAbsentHelper()
473 if (!session_name.empty()) { in CompileIfKeyAbsentHelper()
478 /*is_cache_hit=*/true, session_name); in CompileIfKeyAbsentHelper()
481 "), session_name(", session_name, ")"); in CompileIfKeyAbsentHelper()
485 << " with session_name( " << session_name << "); cache is " in CompileIfKeyAbsentHelper()
[all …]
Dtpu_compilation_metrics.cc25 bool is_cache_hit, absl::string_view session_name) { in IncrementCacheLookupCount() argument
36 absl::string_view session_name) { in IncrementCompilationCount() argument
Dtpu_compilation_metrics.h29 absl::string_view session_name);
35 static void IncrementCompilationCount(absl::string_view session_name);
Dtpu_compile_op_common.cc617 const std::string session_name = SessionNameFromMetadata(session_metadata); in CompileLocallyAndFillHostCache() local
619 << session_name << " took " << duration << " and " in CompileLocallyAndFillHostCache()
623 TpuCompilationMetrics::IncrementCompilationCount(session_name); in CompileLocallyAndFillHostCache()
/external/autotest/server/cros/multimedia/
Dcfm_facade_adapter.py108 def start_new_hangout_session(self, session_name): argument
113 self._cfm_proxy.start_new_hangout_session(session_name)
169 def join_meeting_session(self, session_name): argument
174 self._cfm_proxy.join_meeting_session(session_name)
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc232 auto session_name = in CreateContext() local
242 session_name, request->server_def(), request->cluster_device_attributes(), in CreateContext()
245 std::function<void()> session_destroyer = [this, context_id, session_name]() { in CreateContext()
247 auto s = env_->session_mgr->DeleteSession(session_name); in CreateContext()
249 LOG(WARNING) << "Failed to destroy worker session '" << session_name in CreateContext()
256 session_name, &worker_session)); in CreateContext()
362 auto session_name = in UpdateContext() local
366 session_name, request->server_def(), request->cluster_device_attributes(), in UpdateContext()
371 session_name, &worker_session)); in UpdateContext()
/external/autotest/client/cros/multimedia/
Dcfm_facade_native.py301 def start_new_hangout_session(self, session_name): argument
306 self._cfmApi.start_new_hangout_session(session_name)
330 def join_meeting_session(self, session_name): argument
335 self._cfmApi.join_meeting_session(session_name)
/external/perfetto/src/perfetto_cmd/
Drate_limiter.cc120 if (session_state.session_name() == args.unique_session_name) { in ShouldTrace()
162 if (session.session_name() == args.unique_session_name) { in OnTraceDone()
Dperfetto_cmd_state.proto28 optional string session_name = 1; field
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc604 auto session_name = tensorflow::strings::StrCat("eager_", context_id); in UpdateContextWithServerDef() local
612 session_name, server_def, base_request.cluster_device_attributes(), in UpdateContextWithServerDef()
616 session_name, &worker_session)); in UpdateContextWithServerDef()
638 session_name, server_def, base_request.cluster_device_attributes(), in UpdateContextWithServerDef()