Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dxfeed_queue.h51 for (const auto& callback : before_get_next_dest_callbacks_) { in BlockingGetNextDestination()
79 before_get_next_dest_callbacks_.push_back(std::move(callback)); in RegisterBeforeGetNextDestinationCallback()
98 std::vector<std::function<void()>> before_get_next_dest_callbacks_; variable