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.cc68 int src_host_id, const StepIntersection& step_intersection, in CombineStepDatabase() argument
73 uint32 src_first_step_idx = step_intersection.FirstStepIndex(src_host_id); in CombineStepDatabase()
74 for (uint32 i = 0; i < step_intersection.NumSteps(); i++) { in CombineStepDatabase()
129 const StepIntersection& step_intersection, const OpStats& src, OpStats* dst, in CombineOpStats() argument
141 CombineStepDatabase(src_host_id, step_intersection, src.step_db(), in CombineOpStats()
210 const StepIntersection& step_intersection, in CombineAllOpStats() argument
215 for (uint32 dst_step_num : step_intersection.DstStepNumbers()) { in CombineAllOpStats()
219 combined_step_db->set_num_steps_dropped(step_intersection.StepsDropped()); in CombineAllOpStats()
244 op_stats_info.hardware_type, step_intersection, in CombineAllOpStats()
Dop_stats_combiner.h78 const StepIntersection& step_intersection,
Dxplane_to_op_stats.cc254 StepIntersection step_intersection = in ConvertMultiXSpacesToCombinedOpStats() local
256 CombineAllOpStats(all_op_stats_info, step_intersection, combined_op_stats); in ConvertMultiXSpacesToCombinedOpStats()
DBUILD343 "//tensorflow/core/profiler/utils:step_intersection",
659 "//tensorflow/core/profiler/utils:step_intersection",
/external/tensorflow/tensorflow/core/profiler/utils/
DBUILD494 name = "step_intersection",
495 srcs = ["step_intersection.cc"],
496 hdrs = ["step_intersection.h"],
512 ":step_intersection",