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.cc386 auto next_caller = [this](HloInstruction* instruction) -> HloInstruction* { in NearestAncestorsInSameComputation() local
406 a_ancestor = next_caller(a_ancestor); in NearestAncestorsInSameComputation()
413 b_ancestor = next_caller(b_ancestor); in NearestAncestorsInSameComputation()
425 a_ancestor = next_caller(a_ancestor); in NearestAncestorsInSameComputation()
426 b_ancestor = next_caller(b_ancestor); in NearestAncestorsInSameComputation()