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.cc267 const ParsedName& more_specific) { in IsSpecification() argument
269 (!more_specific.has_job || (less_specific.job != more_specific.job))) { in IsSpecification()
273 (!more_specific.has_replica || in IsSpecification()
274 (less_specific.replica != more_specific.replica))) { in IsSpecification()
278 (!more_specific.has_task || (less_specific.task != more_specific.task))) { in IsSpecification()
282 (!more_specific.has_type || (less_specific.type != more_specific.type))) { in IsSpecification()
286 (!more_specific.has_id || (less_specific.id != more_specific.id))) { in IsSpecification()
292 void DeviceNameUtils::EnsureSpecification(ParsedName* more_specific, in EnsureSpecification() argument
295 more_specific->has_job = true; in EnsureSpecification()
296 more_specific->job = less_specific.job; in EnsureSpecification()
[all …]
Ddevice_name_utils.h111 const ParsedName& more_specific);
115 static void EnsureSpecification(ParsedName* more_specific,