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.cc106 uint32 src_first_step_index = intersection.FirstStepIndex(0); in TEST()
130 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
151 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
172 uint32 src_first_step_index = intersection.FirstStepIndex(host_id); in TEST()
Dstep_intersection.h52 uint32 FirstStepIndex(uint32 host_id) const;
Dstep_intersection.cc244 uint32 StepIntersection::FirstStepIndex(uint32 host_id) const { in FirstStepIndex() function in tensorflow::profiler::StepIntersection
279 StringSrcToDstIndexMap(FirstStepIndex(host_id), NumSteps()), in DebugString()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc73 uint32 src_first_step_idx = step_intersection.FirstStepIndex(src_host_id); in CombineStepDatabase()