Home
last modified time | relevance | path

Searched refs:hlo_ordering (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness.h43 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering);
66 const HloOrdering& hlo_ordering() const { return *hlo_ordering_; } in hlo_ordering() function
86 std::unique_ptr<HloOrdering> hlo_ordering) in BufferLiveness() argument
87 : module_(module), hlo_ordering_(std::move(hlo_ordering)) {} in BufferLiveness()
Dbuffer_liveness.cc39 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering) { in Run() argument
41 new BufferLiveness(module, std::move(hlo_ordering))); in Run()
Dbuffer_assignment.cc637 liveness_->hlo_ordering().SequentialOrder(*computation); in ComputeSummaryStats()
736 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering, in Run() argument
743 return assigner.CreateAssignment(module, std::move(hlo_ordering), in Run()
757 assignment->liveness().hlo_ordering().call_graph(); in MayInterfereAcrossSubcomputations()
930 liveness.hlo_ordering().SequentialOrder(*computation) != nullptr; in AssignBuffersForComputation()
1154 const HloOrdering& hlo_ordering = assignment->liveness().hlo_ordering(); in AssignBuffersWithSequentialOrdering() local
1180 hlo_ordering.SequentialOrder(*computation); in AssignBuffersWithSequentialOrdering()
1215 hlo_ordering.SequentialOrder(*computation); in AssignBuffersWithSequentialOrdering()
1755 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering, in CreateAssignment() argument
1759 BufferLiveness::Run(module, std::move(hlo_ordering))); in CreateAssignment()
DBUILD389 ":hlo_ordering",
1079 ":hlo_ordering",
1156 ":hlo_ordering",
1175 name = "hlo_ordering",
1176 srcs = ["hlo_ordering.cc"],
1177 hdrs = ["hlo_ordering.h"],
1205 ":hlo_ordering",
1224 ":hlo_ordering",
1242 ":hlo_ordering",
1338 ":hlo_ordering",
[all …]
Dbuffer_assignment.h549 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering,
568 const HloModule* module, std::unique_ptr<HloOrdering> hlo_ordering,
Dbuffer_liveness_test.cc691 auto hlo_ordering = absl::make_unique<DependencyHloOrdering>(module.get()); in RunWithHloDataflowAnalysis() local
696 return hlo_ordering->MayInterfere( in RunWithHloDataflowAnalysis()
Dhlo.proto451 reserved "hlo_ordering";
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD127 "//tensorflow/compiler/xla/service:hlo_ordering",
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
DBUILD987 "//tensorflow/compiler/xla/service:hlo_ordering",