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.cc257 const ParsedName& more_specific) { in IsSpecification() argument
259 (!more_specific.has_job || (less_specific.job != more_specific.job))) { in IsSpecification()
263 (!more_specific.has_replica || in IsSpecification()
264 (less_specific.replica != more_specific.replica))) { in IsSpecification()
268 (!more_specific.has_task || (less_specific.task != more_specific.task))) { in IsSpecification()
272 (!more_specific.has_type || (less_specific.type != more_specific.type))) { in IsSpecification()
276 (!more_specific.has_id || (less_specific.id != more_specific.id))) { in IsSpecification()
303 void DeviceNameUtils::EnsureSpecification(ParsedName* more_specific, in EnsureSpecification() argument
306 more_specific->has_job = true; in EnsureSpecification()
307 more_specific->job = less_specific.job; in EnsureSpecification()
[all …]
Ddevice_name_utils.h119 const ParsedName& more_specific);
123 static void EnsureSpecification(ParsedName* more_specific,