/external/tensorflow/tensorflow/core/common_runtime/ |
D | metrics.cc | 126 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 …]
|
D | session.cc | 73 session_created->GetCell()->Set(true); in NewSession() 95 session_created->GetCell()->Set(true); in NewSession()
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | gauge_test.cc | 28 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 …]
|
D | counter_test.cc | 29 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()
|
D | sampler_test.cc | 41 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()
|
D | collection_registry_test.cc | 89 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 …]
|
D | percentile_sampler_test.cc | 34 auto* cell = pctsampler_with_labels->GetCell("MyLabel"); in TEST() 52 auto* cell = pctsampler_without_labels->GetCell(); in TEST()
|
D | counter.h | 103 CounterCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_); 166 CounterCell* Counter<NumLabels>::GetCell(const Labels&... labels) in GetCell() function
|
D | sampler.h | 140 SamplerCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_); 215 SamplerCell* Sampler<NumLabels>::GetCell(const Labels&... labels) in GetCell() function
|
D | percentile_sampler.h | 118 PercentileSamplerCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_); 197 PercentileSamplerCell* PercentileSampler<NumLabels>::GetCell( in GetCell() function
|
D | gauge.h | 155 GaugeCell<ValueType>* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_); 234 GaugeCell<ValueType>* Gauge<ValueType, NumLabels>::GetCell( in GetCell() function
|
D | mobile_counter.h | 53 CounterCell* GetCell(const Labels&... labels) { in GetCell() function
|
D | mobile_percentile_sampler.h | 44 PercentileSamplerCell* GetCell(const Labels&... labels) { in GetCell() function
|
D | mobile_gauge.h | 59 GaugeCell<ValueType>* GetCell(const Labels&... labels) { in GetCell() function
|
D | mobile_sampler.h | 86 SamplerCell* GetCell(const Labels&... labels) { in GetCell() function
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_metrics.cc | 80 ->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/ |
D | c_api_experimental.cc | 153 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/ |
D | pywrap_tensor_conversion.cc | 46 scalar_cache_misses->GetCell()->IncrementBy(1); in Lookup() 50 scalar_cache_hits->GetCell()->IncrementBy(1); in Lookup()
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 312 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/ |
D | worker_session.cc | 125 worker_session_created->GetCell()->Set(true); in WorkerSession() 172 worker_session_created->GetCell()->Set(true); in WorkerSession()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | stats_aggregator_ops.cc | 103 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/ |
D | lstm_eval_test.cc | 272 TfLiteTensor* GetCell() { in GetCell() function in tflite::__anon7ec0fcda0111::QuantizedLstmParam 575 auto cell = one_parameter.GetCell(); in TestOneFullyQuantizedLSTM()
|
/external/v8/src/objects/ |
D | source-text-module.h | 42 Cell GetCell(int cell_index);
|
D | source-text-module.cc | 139 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/ |
D | fake_quant_ops.cc | 54 #define SET_USING_FAKE_QUANT() using_fake_quant->GetCell()->Set(true)
|