Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.h76 void push_back(const TaggedNode& node) { ready_.push_back(node); } in push_back()
78 DCHECK_LT(front_index_, ready_.size()); in front()
79 return ready_[front_index_]; in front()
82 DCHECK_LT(front_index_, ready_.size()); in pop_front()
84 if ((front_index_ == ready_.size()) || (front_index_ > kSpillThreshold)) { in pop_front()
85 if (front_index_ == ready_.size()) { in pop_front()
86 ready_.clear(); in pop_front()
90 ready_.erase(ready_.begin(), ready_.begin() + front_index_); in pop_front()
95 bool empty() const { return ready_.empty(); } in empty()
101 gtl::InlinedVector<TaggedNode, 16> ready_; variable
Dpropagator_state.h89 void push_back(const TaggedNode& node) { ready_.push_back(node); } in push_back()
91 DCHECK_LT(front_index_, ready_.size()); in front()
92 return ready_[front_index_]; in front()
95 DCHECK_LT(front_index_, ready_.size()); in pop_front()
97 if ((front_index_ == ready_.size()) || (front_index_ > kSpillThreshold)) { in pop_front()
98 if (front_index_ == ready_.size()) { in pop_front()
99 ready_.clear(); in pop_front()
103 ready_.erase(ready_.begin(), ready_.begin() + front_index_); in pop_front()
108 bool empty() const { return ready_.empty(); } in empty()
114 gtl::InlinedVector<TaggedNode, 16> ready_; variable
Dgradients.cc187 std::deque<Node*> ready_; member in tensorflow::SymbolicGradientBuilder
237 ready_.push_back(src.node); in BackpropAlongEdge()
247 ready_.push_back(src.node); in BackpropZerosAlongEdge()
300 CHECK(!ready_.empty()); in InitBackprop()
348 while (!ready_.empty()) { in Compute()
350 Node* n = ready_.front(); in Compute()
351 ready_.pop_front(); in Compute()
Dgraph_constructor.cc349 std::set<int> ready_; member in tensorflow::__anond78e089a0111::GraphConstructor
544 ready_.insert(output); in UpdatePendingCountAndReady()
750 ready_.insert(n); in InitFromEdges()
1126 while (!ready_.empty()) { in Convert()
1127 int o = *ready_.begin(); in Convert()
1128 ready_.erase(ready_.begin()); in Convert()
/external/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc56 gpr_cv_init(&ready_); in ThreadInternalsPosix()
95 gpr_cv_wait(&arg.thread->ready_, &arg.thread->mu_, in ThreadInternalsPosix()
117 gpr_cv_destroy(&ready_); in ~ThreadInternalsPosix()
123 gpr_cv_signal(&ready_); in Start()
131 gpr_cv ready_; member in grpc_core::__anon9b1edf7f0111::ThreadInternalsPosix
Dthd_windows.cc61 gpr_cv_init(&ready_); in ThreadInternalsWindows()
80 gpr_cv_wait(&g_thd_info->thread->ready_, &g_thd_info->thread->mu_, in ThreadInternalsWindows()
102 gpr_cv_destroy(&ready_); in ~ThreadInternalsWindows()
108 gpr_cv_signal(&ready_); in Start()
125 gpr_cv ready_; member in __anon11ba35d70111::ThreadInternalsWindows
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd_windows.cc61 gpr_cv_init(&ready_); in ThreadInternalsWindows()
98 gpr_cv_destroy(&ready_); in ~ThreadInternalsWindows()
104 gpr_cv_signal(&ready_); in Start()
119 gpr_cv_wait(&g_thd_info->thread->ready_, &g_thd_info->thread->mu_, in thread_body()
145 gpr_cv ready_; member in __anon125fdf2b0111::ThreadInternalsWindows
Dthd_posix.cc78 gpr_cv_init(&ready_); in ThreadInternalsPosix()
131 gpr_cv_wait(&arg.thread->ready_, &arg.thread->mu_, in ThreadInternalsPosix()
161 gpr_cv_destroy(&ready_); in ~ThreadInternalsPosix()
167 gpr_cv_signal(&ready_); in Start()
175 gpr_cv ready_; member in grpc_core::__anondde223d30111::ThreadInternalsPosix
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Ddestroy_tensor_handle_node.h38 ready_(ready) {} in DestroyTensorHandleNode()
44 bool ready = ready_; in RunAsync()
82 bool ready_; variable
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_unittest.cc47 : created_(created), ready_(ready), ctor_(ctor) {} in TestScreenDrawerLock()
57 while (!task->ready_.load()) { in TestScreenDrawerLock()
76 const std::atomic<bool>& ready_; in TestScreenDrawerLock() member in webrtc::__anon7fa58b890111::TestScreenDrawerLock::Task
/external/webp/src/dec/
Dvp8_dec.c62 dec->ready_ = 0; in VP8New()
93 dec->ready_ = 0; in VP8SetError()
389 dec->ready_ = 1; in VP8GetHeaders()
680 if (!dec->ready_) { in VP8Decode()
685 assert(dec->ready_); in VP8Decode()
705 dec->ready_ = 0; in VP8Decode()
719 dec->ready_ = 0; in VP8Clear()
Dvp8i_dec.h184 int ready_; // true if ready to decode a picture with VP8Decode() member
Didec_dec.c457 if (!dec->ready_) { in DecodeRemaining()
508 dec->ready_ = 0; in DecodeRemaining()
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc126 std::deque<Node*> ready_; member in tensorflow::__anonc8091ec30111::SymbolicGradientBuilder
162 ready_.push_back(src.node()); in BackpropAlongEdge()
444 while (!ready_.empty()) { in AddGradients()
446 Node* n = ready_.front(); in AddGradients()
447 ready_.pop_front(); in AddGradients()
/external/webrtc/pc/
Drtp_transport_unittest.cc53 bool ready() const { return ready_; } in ready()
54 void OnReadyToSend(bool ready) { ready_ = ready; } in OnReadyToSend()
79 bool ready_ = false; member in webrtc::SignalObserver
/external/webrtc/p2p/base/
Dstun_port.cc180 ready_(false), in UDPPort()
207 ready_(false), in UDPPort()
564 if (ready_) { in MaybeSetPortCompleteOrError()
577 ready_ = true; in MaybeSetPortCompleteOrError()
Dstun_port.h251 bool ready_; variable
/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc399 ready_(false), in SimpleActivityThread()
413 ready_.store(true, std::memory_order_release); in Run()
428 SPIN_FOR_1_SECOND_OR_UNTIL_TRUE(ready_.load(std::memory_order_acquire)); in WaitReady()
436 std::atomic<bool> ready_; member in base::debug::__anon91480e470311::SimpleActivityThread
Dactivity_analyzer_unittest.cc118 ready_(false), in SimpleActivityThread()
132 ready_.store(true, std::memory_order_release); in Run()
147 SPIN_FOR_1_SECOND_OR_UNTIL_TRUE(ready_.load(std::memory_order_acquire)); in WaitReady()
155 std::atomic<bool> ready_; member in base::debug::__anond0bf42010211::SimpleActivityThread
/external/libchrome/base/
Dobserver_list_unittest.cc121 ready_(ready), in AddRemoveThread()
131 ready_->Signal(); in ThreadMain()
194 WaitableEvent* ready_; member in base::__anon50f2eebc0111::AddRemoveThread