Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dmetrics.cc65 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()
Ddirect_session.cc736 direct_session_runs->GetCell()->IncrementBy(1); in Run()
1789 direct_session_runs->GetCell()->IncrementBy(1); in RunCallable()
/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.cc91 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()
/external/libchrome/base/
Dcancelable_callback_unittest.cc31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() function
138 base::Bind(&IncrementBy, base::Unretained(&count), 3)); in TEST()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.cc254 load_attempt_count->GetCell(string(export_dir), status_str)->IncrementBy(1); in LoadSessionBundleFromPathUsingRunOptions()
262 ->IncrementBy(load_latency_microsecs); in LoadSessionBundleFromPathUsingRunOptions()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc313 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()
321 ->IncrementBy(GetLatencyMicroseconds(start_microseconds)); in LoadSavedModel()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc92 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc515 duplicated_dense_feature->GetCell()->IncrementBy(1); in LogDenseFeatureDataLoss()
526 duplicated_sparse_feature->GetCell()->IncrementBy(1); in LogSparseFeatureDataLoss()