Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc784 std::vector<HloInstruction*> HloComputation::CollectUnreachableRoots() const { in CollectUnreachableRoots() function in xla::HloComputation
807 for (HloInstruction* root : CollectUnreachableRoots()) { in Accept()
826 for (HloInstruction* root : CollectUnreachableRoots()) { in AcceptWithOperandOrder()
841 for (HloInstruction* root : CollectUnreachableRoots()) { in AcceptOrdered()
Dhlo_computation.h446 std::vector<HloInstruction*> CollectUnreachableRoots() const;