Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc948 std::vector<HloInstruction*> unreachable_roots; in CollectUnreachableRoots() local
953 unreachable_roots.push_back(instruction); in CollectUnreachableRoots()
957 << absl::StrJoin(unreachable_roots, "\n\t", in CollectUnreachableRoots()
961 return unreachable_roots; in CollectUnreachableRoots()