HomeSort by relevance Sort by last modified time
    Searched defs:counts_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
sample_vector.h 65 HistogramBase::AtomicCount* counts_; member in class:base::SampleVector
96 const HistogramBase::AtomicCount* counts_; member in class:base::SampleVectorIterator
  /external/v8/src/
basic-block-profiler.h 24 const uint32_t* counts() const { return &counts_[0]; }
44 std::vector<uint32_t> counts_; member in class:v8::internal::BasicBlockProfiler::Data
  /hardware/google/interfaces/pixelstats/1.0/default/
RateLimiter.h 47 std::map<int, int> counts_; // action -> count of actions in a 24hr window. member in class:hardware::google::pixelstats::V1_0::implementation::RateLimiter
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 883 counts_(*pending_counts) { // Initialize with copy of *pending_counts
903 int pending(PendingCounts::Handle h) { return counts_.pending(h); }
905 return counts_.decrement_pending(h, v);
909 void mark_live(PendingCounts::Handle h) { counts_.mark_live(h); }
911 void mark_started(PendingCounts::Handle h) { counts_.mark_started(h); }
913 void mark_completed(PendingCounts::Handle h) { counts_.mark_completed(h); }
915 return counts_.node_state(h);
918 int dead_count(PendingCounts::Handle h) { return counts_.dead_count(h); }
920 counts_.increment_dead_count(h);
931 PendingCounts counts_; member in struct:tensorflow::__anon39475::ExecutorState::IterationState
    [all...]

Completed in 177 milliseconds