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

  /external/tensorflow/tensorflow/core/lib/monitoring/
mobile_counter.h 33 void IncrementBy(int64 step) {}
counter.h 56 void IncrementBy(int64 step);
132 inline void CounterCell::IncrementBy(const int64 step) {
  /external/libchrome/base/
cancelable_callback_unittest.cc 29 void IncrementBy(int* count, int n) { (*count) += n; }
136 base::Bind(&IncrementBy, base::Unretained(&count), 3));

Completed in 636 milliseconds