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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_ordering.h 172 // SequentialHloOrdering gives the following executes-before relations:
182 class SequentialHloOrdering : public HloOrdering {
184 SequentialHloOrdering(const HloSchedule& schedule);
185 SequentialHloOrdering(HloSchedule&& schedule);
186 ~SequentialHloOrdering() override = default;
hlo_ordering.cc 349 SequentialHloOrdering::SequentialHloOrdering(const HloSchedule& schedule)
354 SequentialHloOrdering::SequentialHloOrdering(HloSchedule&& schedule)
359 void SequentialHloOrdering::Initialize() {
370 bool SequentialHloOrdering::ExecutesBeforeInSameComputation(
380 const HloInstructionSequence* SequentialHloOrdering::SequentialOrder(
387 string SequentialHloOrdering::ToString() const {
388 return absl::StrCat("SequentialHloOrdering\n", schedule_.ToString());

Completed in 3337 milliseconds