Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc152 uint32 src_first_step_index = intersection.FirstStepIndex(0); in TEST()
176 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
197 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
218 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
Dstep_intersection.h56 uint32 FirstStepIndex(uint32 host_id) const;
Dstep_intersection.cc253 uint32 StepIntersection::FirstStepIndex(uint32 host_id) const { in FirstStepIndex() function in tensorflow::profiler::StepIntersection
288 StringSrcToDstIndexMap(FirstStepIndex(host_id), NumSteps()), in DebugString()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc70 uint32 src_first_step_idx = step_intersection.FirstStepIndex(src_host_id); in CombineStepDatabase()