HomeSort by relevance Sort by last modified time
    Searched refs:hlo_ordering_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_hlo_schedule.h 57 return std::move(hlo_ordering_);
64 std::unique_ptr<HloOrdering> hlo_ordering_; member in class:xla::gpu::GpuHloSchedule
gpu_hlo_schedule.cc 214 schedule->hlo_ordering_ = absl::make_unique<GpuHloOrdering>(
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.h 66 const HloOrdering& hlo_ordering() const { return *hlo_ordering_; }
87 : module_(module), hlo_ordering_(std::move(hlo_ordering)) {}
99 std::unique_ptr<HloOrdering> hlo_ordering_;
buffer_liveness.cc 81 pieces.push_back(hlo_ordering_->ToString());
98 if (!hlo_ordering_->ExecutesBefore(a.instruction(), b.instruction())) {
110 !hlo_ordering_->ExecutesBefore(user, b.instruction())) {
155 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) {
159 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) {

Completed in 96 milliseconds