HomeSort by relevance Sort by last modified time
    Searched defs:hlo_ordering (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.h 25 #include "tensorflow/compiler/xla/service/hlo_ordering.h"
44 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering);
67 const HloOrdering& hlo_ordering() const { return *hlo_ordering_; } function in class:xla::BufferLiveness
87 std::unique_ptr<HloOrdering> hlo_ordering)
88 : module_(module), hlo_ordering_(std::move(hlo_ordering)) {}
buffer_assignment.cc 434 liveness_->hlo_ordering().SequentialOrder(*computation);
638 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering,
643 return assigner.CreateAssignment(module, std::move(hlo_ordering),
761 liveness.hlo_ordering().SequentialOrder(*computation) != nullptr;
980 const HloOrdering& hlo_ordering = assignment->liveness().hlo_ordering(); local
    [all...]

Completed in 74 milliseconds