Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc404 int b_depth = GetNode(b->parent()).depth(); in NearestAncestorsInSameComputation() local
409 if (a_depth > b_depth) { in NearestAncestorsInSameComputation()
410 for (int i = 0; i < a_depth - b_depth; ++i) { in NearestAncestorsInSameComputation()
416 } else if (b_depth > a_depth) { in NearestAncestorsInSameComputation()
417 for (int i = 0; i < b_depth - a_depth; ++i) { in NearestAncestorsInSameComputation()