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/
hlo_schedule.h 55 return std::move(hlo_ordering_);
62 std::unique_ptr<HloOrdering> hlo_ordering_; member in class:xla::gpu::HloSchedule
hlo_schedule.cc 210 schedule->hlo_ordering_ = MakeUnique<GpuHloOrdering>(
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.h 67 const HloOrdering& hlo_ordering() const { return *hlo_ordering_; }
88 : module_(module), hlo_ordering_(std::move(hlo_ordering)) {}
100 std::unique_ptr<HloOrdering> hlo_ordering_;
buffer_liveness.cc 82 pieces.push_back(hlo_ordering_->ToString());
101 if (!hlo_ordering_->ExecutesBefore(a.instruction(), b.instruction())) {
113 !hlo_ordering_->ExecutesBefore(user, b.instruction())) {
159 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) {
163 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) {

Completed in 95 milliseconds