Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmetrics.cc172 tf_data_autotune_counter->GetCell(name)->IncrementBy(1); in RecordTFDataAutotune()
192 tf_data_bytes_fetched_counter->GetCell()->IncrementBy(num_bytes); in RecordTFDataBytesFetched()
196 tf_data_experiment_counter->GetCell(name)->IncrementBy(1); in RecordTFDataExperiment()
200 tf_data_fingerprint_counter->GetCell(name)->IncrementBy(1); in RecordTFDataFingerprint()
212 tf_data_iterator_busy_cell->IncrementBy(duration_us); in RecordTFDataIteratorBusy()
218 tf_data_iterator_lifetime_cell->IncrementBy(duration_us); in RecordTFDataIteratorLifetime()
222 tf_data_optimization_counter->GetCell(name)->IncrementBy(num_changes); in RecordTFDataOptimization()
226 tf_data_filename_counter->GetCell(name, filename)->IncrementBy(1); in RecordTFDataFilename()
232 parse_dense_feature_counter_cell->IncrementBy(num_features); in RecordParseDenseFeature()
238 parse_sparse_feature_counter_cell->IncrementBy(num_features); in RecordParseSparseFeature()
[all …]
Dmodel.h404 bytes_consumed_counter_->IncrementBy(delta); in record_bytes_consumed()
412 bytes_produced_counter_->IncrementBy(delta); in record_bytes_produced()
420 num_elements_counter_->IncrementBy(delta); in record_num_elements()
Dlocal_rendezvous.cc122 ->IncrementBy(1); in Send()
/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.h64 void IncrementBy(int64 step);
151 inline void CounterCell::IncrementBy(const int64 step) { in IncrementBy() function
Dmobile_counter.h42 void IncrementBy(int64 step) {} in IncrementBy() function
Dcollection_registry_test.cc89 counter_with_labels->GetCell("Label00", "Label10")->IncrementBy(42); in TEST()
90 counter_with_labels->GetCell("Label01", "Label11")->IncrementBy(58); in TEST()
91 counter_without_labels->GetCell()->IncrementBy(7); in TEST()
/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc213 ->IncrementBy(1); in Run()
264 ->IncrementBy(1); in Run()
269 mlir_function_pass_failed_fallback->GetCell()->IncrementBy(1); in Run()
293 mlir_function_optimization_pass_success->GetCell()->IncrementBy(1); in Run()
296 ->IncrementBy(1); in Run()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor_conversion.cc46 scalar_cache_misses->GetCell()->IncrementBy(1); in Lookup()
50 scalar_cache_hits->GetCell()->IncrementBy(1); in Lookup()
/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/compiler/mlir/tfr/integration/
Dgraph_decompose_pass.cc50 tf_core_op_expansion_graph_counter->GetCell()->IncrementBy(1); in Run()
Dnode_expansion_pass.cc58 tf_core_op_expansion_node_counter->GetCell()->IncrementBy(1); in Run()
/external/libgav1/libgav1/src/utils/
Dblocking_counter.h44 void IncrementBy(int count) { in IncrementBy() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize.cc342 tflite_quantizer_usage_stats->GetCell("post_training")->IncrementBy(1); in runOnFunction()
345 tflite_quantizer_usage_stats->GetCell("during_training")->IncrementBy(1); in runOnFunction()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc103 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
174 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op.cc147 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
272 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
286 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
Dtext_line_dataset_op.cc116 bytes_counter->IncrementBy(line_contents_str.size()); in GetNextInternal()
Dtf_record_dataset_op.cc130 bytes_counter->IncrementBy( in GetNextInternal()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc280 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()
288 ->IncrementBy(GetLatencyMicroseconds(start_microseconds)); in LoadSavedModel()
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Ddecompose.cc65 tf_core_op_expansion_op_counter->GetCell(op_name)->IncrementBy(1); in IncreaseOpExpansionExecuteCounterByOne()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc67 cell->cell.IncrementBy(value); in TFE_MonitoringCounterCellIncrementBy()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc838 direct_session_runs->GetCell()->IncrementBy(1); in Run()
1915 direct_session_runs->GetCell()->IncrementBy(1); in RunCallable()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc557 duplicated_dense_feature->GetCell()->IncrementBy(1); in LogDenseFeatureDataLoss()
568 duplicated_sparse_feature->GetCell()->IncrementBy(1); in LogSparseFeatureDataLoss()
/external/libgav1/libgav1/src/
Ddecoder_impl.cc402 pending_jobs->IncrementBy(1); in DecodeSuperBlockRowInTile()