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.cc34 const auto lfqn = to_lfqn_or_empty(kv.first); in VirtualPlacer() local
35 if (lfqn.empty()) { in VirtualPlacer()
39 lfqn_map_[lfqn] = kv.first; in VirtualPlacer()
62 const auto& lfqn = kv.first; in VirtualPlacer() local
65 bool parsed = DeviceNameUtils::ParseFullName(lfqn, &parsed_name); in VirtualPlacer()
94 const auto& lfqn = device.first; in VirtualPlacer() local
96 bool parsed = DeviceNameUtils::ParseFullName(lfqn, &parsed_name); in VirtualPlacer()
129 const auto lfqn = to_lfqn_or_empty(node.device()); in get_canonical_device_name() local
130 if (lfqn.empty()) { in get_canonical_device_name()
134 const auto it = lfqn_map_.find(lfqn); in get_canonical_device_name()
[all …]