Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dstep_events_to_steps_db.cc143 for (const auto& it : step_details->Collectives()) { in ConvertStepEventsToStepDb()
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc126 dst->AppendCollectives(src.Collectives()); in CombineStepDetails()
320 step_details.Collectives(); in ToNonOverlappedStepEvents()
Devent_span.h154 const absl::flat_hash_map<uint32, AllReduceDbResult>& Collectives() const { in Collectives() function