Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc42 static bool ConsumeJobName(StringPiece* in, string* job) { in ConsumeJobName() function
123 if (p->has_job && !ConsumeJobName(&fullname, &p->job)) { in ParseFullName()