Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter.h49 class CounterCell {
51 CounterCell(int64 value) : value_(value) {} in CounterCell() function
52 ~CounterCell() {} in ~CounterCell()
64 TF_DISALLOW_COPY_AND_ASSIGN(CounterCell);
98 CounterCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
123 std::map<LabelArray, CounterCell> cells_ GUARDED_BY(mu_);
132 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy()
137 inline int64 CounterCell::value() const { return value_; } in value()
150 CounterCell* Counter<NumLabels>::GetCell(const Labels&... labels) in GetCell()
Dmobile_counter.h28 class CounterCell {
30 CounterCell() {} in CounterCell() function
31 ~CounterCell() {} in ~CounterCell()
37 TF_DISALLOW_COPY_AND_ASSIGN(CounterCell);
52 CounterCell* GetCell(const Labels&... labels) { in GetCell()
59 CounterCell default_counter_cell_;