Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc173 chief_host_id_ = kuint32max; in StepIntersection()
181 chief_host_id_ = host_id; in StepIntersection()
186 if (chief_host_id_ == kuint32max) { in StepIntersection()
200 if (host_id == chief_host_id_) { in StepIntersection()
255 absl::StrAppend(&str, "chief host id_: ", chief_host_id_, "\n"); in DebugString()
Dstep_intersection.h63 chief_host_id_; // the host whose step sequence is selected as the chief. variable