Home
last modified time | relevance | path

Searched refs:StepIntersection (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc100 StepIntersection intersection = in TEST()
101 StepIntersection(kNumStepsPerHost, Convert(perhost_stepdb)); in TEST()
119 StepIntersection intersection = in TEST()
120 StepIntersection(kNumStepsPerHost, Convert(perhost_stepdb)); in TEST()
140 StepIntersection intersection = in TEST()
141 StepIntersection(kNumStepsPerHost, Convert(perhost_stepdb)); in TEST()
161 StepIntersection intersection = in TEST()
162 StepIntersection(kNumStepsPerHost, Convert(perhost_stepdb)); in TEST()
183 StepIntersection intersection = in TEST()
184 StepIntersection(max_steps, Convert(perhost_stepdb)); in TEST()
[all …]
Dstep_intersection.h36 class StepIntersection {
38 StepIntersection(
Dstep_intersection.cc167 StepIntersection::StepIntersection( in StepIntersection() function in tensorflow::profiler::StepIntersection
233 std::vector<uint32> StepIntersection::DstStepNumbers() const { in DstStepNumbers()
244 uint32 StepIntersection::FirstStepIndex(uint32 host_id) const { in FirstStepIndex()
253 std::string StepIntersection::DebugString() const { in DebugString()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc68 int src_host_id, const StepIntersection& step_intersection, in CombineStepDatabase()
129 const StepIntersection& step_intersection, const OpStats& src, OpStats* dst, in CombineOpStats()
192 StepIntersection ComputeStepIntersectionToMergeOpStats( in ComputeStepIntersectionToMergeOpStats()
206 return StepIntersection(max_step_per_host, per_host_step_db); in ComputeStepIntersectionToMergeOpStats()
210 const StepIntersection& step_intersection, in CombineAllOpStats()
Dop_stats_combiner.h71 StepIntersection ComputeStepIntersectionToMergeOpStats(
78 const StepIntersection& step_intersection,
Dxplane_to_op_stats.cc254 StepIntersection step_intersection = in ConvertMultiXSpacesToCombinedOpStats()