Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc474 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()
Dhlo_computation.h186 absl::Span<const HloInstruction* const> instruction_order) const;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h106 absl::Span<HloInstruction* const> instruction_order);
Dir_emitter.cc112 absl::Span<HloInstruction* const> instruction_order) { in EmitComputation() argument
141 TF_RETURN_IF_ERROR(computation->AcceptOrdered(this, instruction_order)); in EmitComputation()