Home
last modified time | relevance | path

Searched defs:IncrementBy (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_counter.h33 void IncrementBy(int64 step) {} in IncrementBy() function
Dcounter.h132 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
/external/libchrome/base/
Dcancelable_callback_unittest.cc31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function