HomeSort by relevance Sort by last modified time
    Searched refs:counter_to_decrement_when_ready_ (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/internal/
multi_thread_gemm.h 240 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) {
278 counter_to_decrement_when_ready_->DecrementCount();
353 BlockingCounter* const counter_to_decrement_when_ready_; member in class:gemmlowp::Worker
381 counter_to_decrement_when_ready_.Reset(workers_count);
390 counter_to_decrement_when_ready_.Wait();
404 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size());
406 workers_.push_back(new Worker(&counter_to_decrement_when_ready_));
408 counter_to_decrement_when_ready_.Wait();
419 BlockingCounter counter_to_decrement_when_ready_; member in class:gemmlowp::WorkersPool
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h     [all...]

Completed in 153 milliseconds