Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_step_events.cc126 CombineStepEvents(ConvertHostThreadsXLineToStepEvents( in ConvertHostThreadsXPlaneToStepEvents()
210 CombineStepEvents(ConvertDeviceStepInfoToStepMarkers(line), &result); in ConvertDeviceTraceXPlaneToStepEvents()
214 CombineStepEvents(ConvertDeviceTraceXLineToStepEvents(plane.Id(), line), in ConvertDeviceTraceXPlaneToStepEvents()
Dxplane_to_op_stats.cc123 CombineStepEvents(ConvertHostThreadsXLineToStepEvents( in ProcessHostPlane()
179 CombineStepEvents(ConvertDeviceTraceXPlaneToStepEvents(*device_trace), in ConvertXSpaceToOpStats()
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.h245 void CombineStepEvents(const StepEvents& src, StepEvents* dst);
Devent_span.cc283 void CombineStepEvents(const StepEvents& src, StepEvents* dst) { in CombineStepEvents() function