Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc396 Timespan max_device_step_time; in StepTime() local
399 marker.type == StepMarkerType::kDeviceStepMarker ? max_device_step_time in StepTime()
406 if (max_device_step_time.Empty()) { in StepTime()
413 if (max_host_step_time.Includes(max_device_step_time)) { in StepTime()
416 return max_device_step_time; in StepTime()