Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc160 auto policy_map_it = thread_local_policies_.find(std::this_thread::get_id()); in GetDevicePlacementPolicy() local
161 if (policy_map_it != thread_local_policies_.end()) { in GetDevicePlacementPolicy()
162 return policy_map_it->second; in GetDevicePlacementPolicy()