Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1513 const string sorted_key = strings::StrCat( in GetOrCreateExecutors() local
1520 strings::StrCat(sorted_key, ";", handle_name_counter_value); in GetOrCreateExecutors()
1526 auto it = executors_.find(sorted_key); in GetOrCreateExecutors()
1565 sorted_key, std::shared_ptr<ExecutorsAndKeys>(std::move(ek))); in GetOrCreateExecutors()