Searched refs:IncrementBy (Results 1 – 9 of 9) sorted by relevance
36 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()
56 void IncrementBy(int64 step);132 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
33 void IncrementBy(int64 step) {} in IncrementBy() function
99 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()
29 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function136 base::Bind(&IncrementBy, base::Unretained(&count), 3)); in TEST()
255 ->IncrementBy(1); in LoadSessionBundleFromPathUsingRunOptions()263 ->IncrementBy(load_latency_microsecs); in LoadSessionBundleFromPathUsingRunOptions()
294 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()301 load_latency->GetCell(export_dir)->IncrementBy(load_latency_microsecs); in LoadSavedModel()
478 duplicated_dense_feature->GetCell()->IncrementBy(1); in LogDenseFeatureDataLoss()489 duplicated_sparse_feature->GetCell()->IncrementBy(1); in LogSparseFeatureDataLoss()
443 direct_session_runs->GetCell()->IncrementBy(1); in Run()