Searched refs:IncrementBy (Results 1 – 11 of 11) sorted by relevance
65 tf_data_autotune_counter->GetCell(name)->IncrementBy(1); in RecordTFDataAutotune()69 tf_data_bytes_read_counter->GetCell(name)->IncrementBy(num_bytes); in RecordTFDataBytesRead()73 tf_data_elements_counter->GetCell(name)->IncrementBy(num_elements); in RecordTFDataElements()77 tf_data_optimization_counter->GetCell(name)->IncrementBy(num_changes); in RecordTFDataOptimization()82 graph_runs->GetCell()->IncrementBy(1); in UpdateGraphExecTime()83 graph_run_time_usecs->GetCell()->IncrementBy(running_time_usecs); in UpdateGraphExecTime()89 build_graph_calls->GetCell()->IncrementBy(1); in UpdateGraphBuildTime()90 build_graph_time_usecs->GetCell()->IncrementBy(running_time_usecs); in UpdateGraphBuildTime()
736 direct_session_runs->GetCell()->IncrementBy(1); in Run()1789 direct_session_runs->GetCell()->IncrementBy(1); in RunCallable()
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
91 counter_with_labels->GetCell("Label00", "Label10")->IncrementBy(42); in TEST()92 counter_with_labels->GetCell("Label01", "Label11")->IncrementBy(58); in TEST()93 counter_without_labels->GetCell()->IncrementBy(7); in TEST()
31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function138 base::Bind(&IncrementBy, base::Unretained(&count), 3)); in TEST()
254 load_attempt_count->GetCell(string(export_dir), status_str)->IncrementBy(1); in LoadSessionBundleFromPathUsingRunOptions()262 ->IncrementBy(load_latency_microsecs); in LoadSessionBundleFromPathUsingRunOptions()
313 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()321 ->IncrementBy(GetLatencyMicroseconds(start_microseconds)); in LoadSavedModel()
92 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
515 duplicated_dense_feature->GetCell()->IncrementBy(1); in LogDenseFeatureDataLoss()526 duplicated_sparse_feature->GetCell()->IncrementBy(1); in LogSparseFeatureDataLoss()