Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc31 const auto& stepinfo = core_stepinfo.second; in StepTimespan() local
32 uint64 begin_ps = stepinfo.begin_ps(); in StepTimespan()
33 uint64 end_ps = begin_ps + stepinfo.duration_ps(); in StepTimespan()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc51 auto& stepinfo = percore_stepinfo.second; in CombinePerCoreStepInfo() local
52 stepinfo.set_step_num(new_step_num); in CombinePerCoreStepInfo()