Home
last modified time | relevance | path

Searched refs:GetCell (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dmetrics.cc126 tf_data_autotune_counter->GetCell(name)->IncrementBy(1); in RecordTFDataAutotune()
130 tf_data_bytes_read_counter->GetCell(name)->IncrementBy(num_bytes); in RecordTFDataBytesRead()
134 tf_data_bytes_fetched_counter->GetCell()->IncrementBy(num_bytes); in RecordTFDataBytesFetched()
138 tf_data_elements_counter->GetCell(name)->IncrementBy(num_elements); in RecordTFDataElements()
142 tf_data_fingerprint_counter->GetCell(name)->IncrementBy(1); in RecordTFDataFingerprint()
146 tf_data_optimization_counter->GetCell(name)->IncrementBy(num_changes); in RecordTFDataOptimization()
151 parse_dense_feature_counter->GetCell(); in RecordParseDenseFeature()
157 parse_sparse_feature_counter->GetCell(); in RecordParseSparseFeature()
163 parse_ragged_feature_counter->GetCell(); in RecordParseRaggedFeature()
169 graph_run_input_tensor_bytes->GetCell(); in RecordGraphInputTensors()
[all …]
Dsession.cc73 session_created->GetCell()->Set(true); in NewSession()
95 session_created->GetCell()->Set(true); in NewSession()
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge_test.cc28 EXPECT_EQ(0, gauge_with_labels->GetCell("Empty")->value()); in TEST()
31 TEST(LabeledGaugeTest, GetCell) { in TEST() argument
32 auto* cell = gauge_with_labels->GetCell("GetCellOp"); in TEST()
38 auto* same_cell = gauge_with_labels->GetCell("GetCellOp"); in TEST()
50 EXPECT_EQ(0, gauge_without_labels->GetCell()->value()); in TEST()
53 TEST(UnlabeledGaugeTest, GetCell) { in TEST() argument
54 auto* cell = gauge_without_labels->GetCell(); in TEST()
60 auto* same_cell = gauge_without_labels->GetCell(); in TEST()
72 EXPECT_EQ("", string_gauge->GetCell()->value()); in TEST()
75 TEST(GaugeOfStringValue, GetCell) { in TEST() argument
[all …]
Dcounter_test.cc29 EXPECT_EQ(0, counter_with_labels->GetCell("Empty")->value()); in TEST()
32 TEST(LabeledCounterTest, GetCell) { in TEST() argument
33 auto* cell = counter_with_labels->GetCell("GetCellOp"); in TEST()
39 auto* same_cell = counter_with_labels->GetCell("GetCellOp"); in TEST()
49 { counter_with_labels->GetCell("DyingOp")->IncrementBy(-1); }, in TEST()
58 EXPECT_EQ(0, init_counter_without_labels->GetCell()->value()); in TEST()
64 TEST(UnlabeledCounterTest, GetCell) { in TEST() argument
65 auto* cell = counter_without_labels->GetCell(); in TEST()
71 auto* same_cell = counter_without_labels->GetCell(); in TEST()
85 { dead_counter_without_labels->GetCell()->IncrementBy(-1); }, in TEST()
Dsampler_test.cc41 EqHistograms(empty, sampler_with_labels->GetCell("Empty")->value()); in TEST()
47 auto* cell = sampler_with_labels->GetCell("BucketBoundaries"); in TEST()
48 sampler_with_labels->GetCell("AddedToCheckPreviousCellValidity"); in TEST()
68 EqHistograms(empty, init_sampler_without_labels->GetCell()->value()); in TEST()
79 auto* cell = sampler_without_labels->GetCell(); in TEST()
99 auto* cell = sampler_with_exponential->GetCell("BucketBoundaries"); in TEST()
100 sampler_with_exponential->GetCell("AddedToCheckPreviousCellValidity"); in TEST()
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()
179 string_gauge_with_labels->GetCell("Label00", "Label10")->Set("test1"); in TEST()
180 string_gauge_with_labels->GetCell("Label01", "Label11")->Set("test2"); in TEST()
181 inteter_gauge_without_labels->GetCell()->Set(7); in TEST()
278 sampler_with_labels->GetCell("Label00", "Label10")->Add(0.7); in TEST()
282 sampler_with_labels->GetCell("Label01", "Label11")->Add(1.5); in TEST()
286 sampler_without_labels->GetCell()->Add(0.5); in TEST()
377 sampler_with_labels->GetCell("Label00", "Label10")->Add(0.7); in TEST()
[all …]
Dpercentile_sampler_test.cc34 auto* cell = pctsampler_with_labels->GetCell("MyLabel"); in TEST()
52 auto* cell = pctsampler_without_labels->GetCell(); in TEST()
Dcounter.h103 CounterCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
166 CounterCell* Counter<NumLabels>::GetCell(const Labels&... labels) in GetCell() function
Dsampler.h140 SamplerCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
215 SamplerCell* Sampler<NumLabels>::GetCell(const Labels&... labels) in GetCell() function
Dpercentile_sampler.h118 PercentileSamplerCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
197 PercentileSamplerCell* PercentileSampler<NumLabels>::GetCell( in GetCell() function
Dgauge.h155 GaugeCell<ValueType>* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
234 GaugeCell<ValueType>* Gauge<ValueType, NumLabels>::GetCell( in GetCell() function
Dmobile_counter.h53 CounterCell* GetCell(const Labels&... labels) { in GetCell() function
Dmobile_percentile_sampler.h44 PercentileSamplerCell* GetCell(const Labels&... labels) { in GetCell() function
Dmobile_gauge.h59 GaugeCell<ValueType>* GetCell(const Labels&... labels) { in GetCell() function
Dmobile_sampler.h86 SamplerCell* GetCell(const Labels&... labels) { in GetCell() function
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc80 ->GetCell(); in GetAllocateCell()
90 ->GetCell(); in GetAllocateUninitializedCell()
100 ->GetCell(); in GetAllocateFromTensorCell()
109 ->GetCell(); in GetSubTupleCell()
118 ->GetCell(); in GetMakeTupleCell()
127 ->GetCell(); in GetReadLiteralCell()
136 ->GetCell(); in GetReadToTensorCell()
145 ->GetCell(); in GetWriteLiteralCell()
155 ->GetCell(); in GetReleaseAllocationCell()
165 ->GetCell(); in GetReleaseAllAllocationsCell()
[all …]
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc153 static_cast<void*>(counter->counter->GetCell())); in TFE_MonitoringGetCellCounter0()
176 static_cast<void*>(counter->counter->GetCell(label1))); in TFE_MonitoringGetCellCounter1()
201 static_cast<void*>(counter->counter->GetCell(label1, label2))); in TFE_MonitoringGetCellCounter2()
232 static_cast<void*>(gauge->gauge->GetCell())); in TFE_MonitoringGetCellIntGauge0()
255 static_cast<void*>(gauge->gauge->GetCell(label1))); in TFE_MonitoringGetCellIntGauge1()
280 static_cast<void*>(gauge->gauge->GetCell(label1, label2))); in TFE_MonitoringGetCellIntGauge2()
318 static_cast<void*>(gauge->gauge->GetCell())); in TFE_MonitoringGetCellStringGauge0()
340 static_cast<void*>(gauge->gauge->GetCell(label1))); in TFE_MonitoringGetCellStringGauge1()
363 static_cast<void*>(gauge->gauge->GetCell(label1, label2))); in TFE_MonitoringGetCellStringGauge2()
394 static_cast<void*>(gauge->gauge->GetCell())); in TFE_MonitoringGetCellBoolGauge0()
[all …]
/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/tensorflow/tensorflow/cc/saved_model/
Dloader.cc312 load_latency_by_stage->GetCell(export_dir, "restore_graph") in LoadSavedModelInternal()
315 load_latency_by_stage->GetCell(export_dir, "init_graph") in LoadSavedModelInternal()
336 load_attempt_count->GetCell(export_dir, status_str)->IncrementBy(1); in LoadSavedModel()
343 load_latency->GetCell(export_dir) in LoadSavedModel()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.cc125 worker_session_created->GetCell()->Set(true); in WorkerSession()
172 worker_session_created->GetCell()->Set(true); in WorkerSession()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dstats_aggregator_ops.cc103 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
173 counters_map->at(name)->GetCell(label)->IncrementBy(val); in IncrementCounter()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval_test.cc272 TfLiteTensor* GetCell() { in GetCell() function in tflite::__anon7ec0fcda0111::QuantizedLstmParam
575 auto cell = one_parameter.GetCell(); in TestOneFullyQuantizedLSTM()
/external/v8/src/objects/
Dsource-text-module.h42 Cell GetCell(int cell_index);
Dsource-text-module.cc139 Cell SourceTextModule::GetCell(int cell_index) { in GetCell() function in v8::internal::SourceTextModule
159 return handle(module->GetCell(cell_index).value(), isolate); in LoadVariable()
167 module->GetCell(cell_index).set_value(*value); in StoreVariable()
/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops.cc54 #define SET_USING_FAKE_QUANT() using_fake_quant->GetCell()->Set(true)

12