Searched refs:instruction_order (Results 1 – 4 of 4) sorted by relevance
474 absl::Span<const HloInstruction* const> instruction_order) const { in ToString()475 CHECK_EQ(instruction_order.size(), instruction_count()); in ToString()499 for (const HloInstruction* instruction : instruction_order) { in ToString()
186 absl::Span<const HloInstruction* const> instruction_order) const;
106 absl::Span<HloInstruction* const> instruction_order);
112 absl::Span<HloInstruction* const> instruction_order) { in EmitComputation() argument141 TF_RETURN_IF_ERROR(computation->AcceptOrdered(this, instruction_order)); in EmitComputation()