Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc65 int src_host_id, const StepIntersection& step_intersection, in CombineStepDatabase() argument
70 uint32 src_first_step_idx = step_intersection.FirstStepIndex(src_host_id); in CombineStepDatabase()
71 for (uint32 i = 0; i < step_intersection.NumSteps(); i++) { in CombineStepDatabase()
122 const StepIntersection& step_intersection, const OpStats& src, OpStats* dst, in CombineOpStats() argument
137 CombineStepDatabase(src_host_id, step_intersection, src.step_db(), in CombineOpStats()
212 const StepIntersection& step_intersection, in CombineAllOpStats() argument
217 for (uint32 dst_step_num : step_intersection.DstStepNumbers()) { in CombineAllOpStats()
221 combined_step_db->set_num_steps_dropped(step_intersection.StepsDropped()); in CombineAllOpStats()
223 combined_step_db->set_empty_intersect(step_intersection.EmptyIntersect()); in CombineAllOpStats()
245 op_stats_info.hardware_type, step_intersection, in CombineAllOpStats()
Dop_stats_combiner.h78 const StepIntersection& step_intersection,
Dxplane_to_op_stats.cc267 StepIntersection step_intersection = in ConvertMultiXSpacesToCombinedOpStats() local
269 CombineAllOpStats(all_op_stats_info, step_intersection, combined_op_stats); in ConvertMultiXSpacesToCombinedOpStats()
DBUILD365 "//tensorflow/core/profiler/utils:step_intersection",
688 "//tensorflow/core/profiler/utils:step_intersection",
/external/tensorflow/tensorflow/core/profiler/utils/
DBUILD511 name = "step_intersection",
512 srcs = ["step_intersection.cc"],
513 hdrs = ["step_intersection.h"],
529 ":step_intersection",