Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h240 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) { in Worker()
278 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()
353 BlockingCounter* const counter_to_decrement_when_ready_; variable
381 counter_to_decrement_when_ready_.Reset(workers_count); in Execute()
390 counter_to_decrement_when_ready_.Wait(); in Execute()
404 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size()); in CreateWorkers()
406 workers_.push_back(new Worker(&counter_to_decrement_when_ready_)); in CreateWorkers()
408 counter_to_decrement_when_ready_.Wait(); in CreateWorkers()
419 BlockingCounter counter_to_decrement_when_ready_; variable
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h910 counter_to_decrement_when_ready_.Reset(0); in ~TensorflowGemmlowpWorkersPool()
916 counter_to_decrement_when_ready_.Reset(tasks.size()); in Execute()
924 counter_to_decrement_when_ready_.DecrementCount(); in Execute()
927 counter_to_decrement_when_ready_.Wait(); in Execute()
937 gemmlowp::BlockingCounter counter_to_decrement_when_ready_; variable