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.cc512 auto policy_map_it = in GetDevicePlacementPolicy() local
514 if (policy_map_it != device_placement_policy_.end()) { in GetDevicePlacementPolicy()
515 VLOG(6) << "ContextDevicePlacementPolicy: " << policy_map_it->second; in GetDevicePlacementPolicy()
516 return policy_map_it->second; in GetDevicePlacementPolicy()