Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_step_events.h29 StepEvents ConvertHostThreadsXLineToStepEvents(
31 const StepEvents& device_step_events);
36 StepEvents ConvertHostThreadsXPlaneToStepEvents(
38 const StepEvents& device_step_events);
41 StepEvents ConvertDeviceTraceXLineToStepEvents(const XLineVisitor& line);
44 StepEvents ConvertDeviceTraceXPlaneToStepEvents(const XPlane& device_trace);
Dxplane_to_step_events.cc71 StepEvents ConvertHostThreadsXLineToStepEvents( in ConvertHostThreadsXLineToStepEvents()
73 const StepEvents& device_step_events) { in ConvertHostThreadsXLineToStepEvents()
74 StepEvents result; in ConvertHostThreadsXLineToStepEvents()
120 StepEvents ConvertHostThreadsXPlaneToStepEvents( in ConvertHostThreadsXPlaneToStepEvents()
122 const StepEvents& device_step_events) { in ConvertHostThreadsXPlaneToStepEvents()
123 StepEvents result; in ConvertHostThreadsXPlaneToStepEvents()
133 StepEvents ConvertDeviceStepInfoToStepMarkers(const XLineVisitor& line) { in ConvertDeviceStepInfoToStepMarkers()
134 StepEvents result; in ConvertDeviceStepInfoToStepMarkers()
145 StepEvents ConvertDeviceTraceXLineToStepEvents(const uint64 device_id, in ConvertDeviceTraceXLineToStepEvents()
147 StepEvents result; in ConvertDeviceTraceXLineToStepEvents()
[all …]
Dxplane_to_step_events_test.cc83 StepEvents device_step_events = in TEST()
87 StepEvents host_step_events = ConvertHostThreadsXPlaneToStepEvents( in TEST()
Dxplane_to_op_stats.cc114 StepEvents* step_events) { in ProcessHostPlane()
154 StepEvents step_events; in ConvertXSpaceToOpStats()
206 StepEvents nonoverlapped_step_events = in ConvertXSpaceToOpStats()
Dstep_events_to_steps_db.h32 const StepEvents& overlapped_step_events);
Dstep_events_to_steps_db.cc113 const StepEvents& nonoverlapped_step_events) { in ConvertStepEventsToStepDb()
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.h216 using StepEvents = absl::flat_hash_map<int64 /*step_id*/, StepDetails>; variable
219 bool operator==(const StepEvents& a, const StepEvents& b);
242 std::string PrintStepEvents(const StepEvents& step_events);
245 void CombineStepEvents(const StepEvents& src, StepEvents* dst);
252 StepEvents ToNonOverlappedStepEvents(const StepEvents& overlapped_step_events);
256 const StepEvents& nonoverlapped_step_events);
Devent_span.cc266 std::string PrintStepEvents(const StepEvents& step_events) { in PrintStepEvents()
283 void CombineStepEvents(const StepEvents& src, StepEvents* dst) { in CombineStepEvents()
310 StepEvents ToNonOverlappedStepEvents(const StepEvents& overlapped_step_events) { in ToNonOverlappedStepEvents()
311 StepEvents non_overlapped_step_events; in ToNonOverlappedStepEvents()
447 bool operator==(const StepEvents& a, const StepEvents& b) { in operator ==()
460 const StepEvents& nonoverlapped_step_events) { in ComputePrecisionStats()