Searched refs:trace_instructions (Results 1 – 1 of 1) sorted by relevance
424 std::vector<HloInstruction*> trace_instructions; in MakeInstructionPostOrder() local432 trace_instructions.push_back(instruction.get()); in MakeInstructionPostOrder()438 post_order.insert(post_order.end(), trace_instructions.begin(), in MakeInstructionPostOrder()439 trace_instructions.end()); in MakeInstructionPostOrder()