Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc85 uint32 pre_anchor_steps = std::min(subordinate_anchor, chief_anchor); in ComputeAlignmentInfo() local
90 uint32 alignment_steps = pre_anchor_steps + post_anchor_steps; in ComputeAlignmentInfo()
94 uint32 begin_subordinate_idx = subordinate_anchor - pre_anchor_steps; in ComputeAlignmentInfo()
96 uint32 begin_chief_idx = chief_anchor - pre_anchor_steps; in ComputeAlignmentInfo()