Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc262 const ParsedName& more_specific) { in IsSpecification() argument
264 (!more_specific.has_job || (less_specific.job != more_specific.job))) { in IsSpecification()
268 (!more_specific.has_replica || in IsSpecification()
269 (less_specific.replica != more_specific.replica))) { in IsSpecification()
273 (!more_specific.has_task || (less_specific.task != more_specific.task))) { in IsSpecification()
277 (!more_specific.has_type || (less_specific.type != more_specific.type))) { in IsSpecification()
281 (!more_specific.has_id || (less_specific.id != more_specific.id))) { in IsSpecification()
308 void DeviceNameUtils::EnsureSpecification(ParsedName* more_specific, in EnsureSpecification() argument
311 more_specific->has_job = true; in EnsureSpecification()
312 more_specific->job = less_specific.job; in EnsureSpecification()
[all …]
Ddevice_name_utils.h128 const ParsedName& more_specific);
132 static void EnsureSpecification(ParsedName* more_specific,