Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.h175 void AddCollectiveOpEvent(uint64 core_id, const AllReduceInfo& e);
Devent_span.cc364 void StepDetails::AddCollectiveOpEvent(uint64 core_id, const AllReduceInfo& e) { in AddCollectiveOpEvent() function in tensorflow::profiler::StepDetails
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_step_events.cc182 result[group_id].AddCollectiveOpEvent(device_id, collective_ops); in ConvertDeviceTraceXLineToStepEvents()