Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc56 class InstructionListVisitor : public DfsHloVisitorWithDefault { class
58 explicit InstructionListVisitor(const HloInstruction* root) : root_(root) {} in InstructionListVisitor() function in xla::__anon3198ac380111::InstructionListVisitor
77 TF_DISALLOW_COPY_AND_ASSIGN(InstructionListVisitor);
81 InstructionListVisitor main_list(root); in GetInstructions()