Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.cc36 const auto lfqn = to_lfqn_or_empty(kv.first); in VirtualPlacer() local
37 if (lfqn.empty()) { in VirtualPlacer()
41 lfqn_map_[lfqn] = kv.first; in VirtualPlacer()
64 const auto& lfqn = kv.first; in VirtualPlacer() local
67 bool parsed = DeviceNameUtils::ParseFullName(lfqn, &parsed_name); in VirtualPlacer()
96 const auto& lfqn = device.first; in VirtualPlacer() local
98 bool parsed = DeviceNameUtils::ParseFullName(lfqn, &parsed_name); in VirtualPlacer()
131 const auto lfqn = to_lfqn_or_empty(node.device()); in get_canonical_device_name() local
132 if (lfqn.empty()) { in get_canonical_device_name()
136 const auto it = lfqn_map_.find(lfqn); in get_canonical_device_name()
[all …]