Home
last modified time | relevance | path

Searched refs:thunk_total_order_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_schedule.cc63 thunk_total_order_.push_back(*thunk); in ThunkSchedule()
67 for (const Thunk* thunk : thunk_total_order_) { in ThunkSchedule()
87 for (int i = 0; i < thunk_total_order_.size(); ++i) { in RemoveRedundantDependencyEdges()
88 InsertOrDie(&thunk_to_total_order, thunk_total_order_[i], i); in RemoveRedundantDependencyEdges()
113 for (const Thunk* dst : thunk_total_order_) { in RemoveRedundantDependencyEdges()
150 if (thunk_total_order_.empty()) { in ToString()
155 thunk_total_order_, [](const Thunk* a, const Thunk* b) { in ToString()
163 for (Thunk* thunk : thunk_total_order_) { in ToString()
Dthunk_schedule.h54 const std::vector<Thunk*>& TotalOrder() const { return thunk_total_order_; } in TotalOrder()
85 std::vector<Thunk*> thunk_total_order_; variable