Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc383 auto next_caller = [this](HloInstruction* instruction) -> HloInstruction* { in NearestAncestorsInSameComputation() local
403 a_ancestor = next_caller(a_ancestor); in NearestAncestorsInSameComputation()
410 b_ancestor = next_caller(b_ancestor); in NearestAncestorsInSameComputation()
422 a_ancestor = next_caller(a_ancestor); in NearestAncestorsInSameComputation()
423 b_ancestor = next_caller(b_ancestor); in NearestAncestorsInSameComputation()