Home
last modified time | relevance | path

Searched refs:IncrementBy (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter_test.cc36 cell->IncrementBy(42); in TEST()
42 same_cell->IncrementBy(58); in TEST()
49 { counter_with_labels->GetCell("DyingOp")->IncrementBy(-1); }, in TEST()
68 cell->IncrementBy(42); in TEST()
74 same_cell->IncrementBy(58); in TEST()
85 { dead_counter_without_labels->GetCell()->IncrementBy(-1); }, in TEST()
Dcounter.h56 void IncrementBy(int64 step);
132 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
Dmobile_counter.h33 void IncrementBy(int64 step) {} in IncrementBy() function
Dcollection_registry_test.cc99 counter_with_labels->GetCell("Label00", "Label10")->IncrementBy(42); in TEST()
100 counter_with_labels->GetCell("Label01", "Label11")->IncrementBy(58); in TEST()
101 counter_without_labels->GetCell()->IncrementBy(7); in TEST()
/external/libchrome/base/
Dcancelable_callback_unittest.cc29 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function
136 base::Bind(&IncrementBy, base::Unretained(&count), 3)); in TEST()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.cc255 ->IncrementBy(1); in LoadSessionBundleFromPathUsingRunOptions()
263 ->IncrementBy(load_latency_microsecs); in LoadSessionBundleFromPathUsingRunOptions()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc294 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()
301 load_latency->GetCell(export_dir)->IncrementBy(load_latency_microsecs); in LoadSavedModel()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc478 duplicated_dense_feature->GetCell()->IncrementBy(1); in LogDenseFeatureDataLoss()
489 duplicated_sparse_feature->GetCell()->IncrementBy(1); in LogSparseFeatureDataLoss()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc443 direct_session_runs->GetCell()->IncrementBy(1); in Run()