Home
last modified time | relevance | path

Searched refs:collected_metrics (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry_test.cc100 const std::unique_ptr<CollectedMetrics> collected_metrics = in TEST() local
104 ASSERT_GE(collected_metrics->metric_descriptor_map.size(), 2); in TEST()
106 const MetricDescriptor& ld = *collected_metrics->metric_descriptor_map.at( in TEST()
116 const MetricDescriptor& ud = *collected_metrics->metric_descriptor_map.at( in TEST()
124 EXPECT_EQ(0, collected_metrics->metric_descriptor_map.size()); in TEST()
127 ASSERT_GE(collected_metrics->point_set_map.size(), 2); in TEST()
129 const PointSet& lps = *collected_metrics->point_set_map.at( in TEST()
156 const PointSet& ups = *collected_metrics->point_set_map.at( in TEST()
190 const std::unique_ptr<CollectedMetrics> collected_metrics = in TEST() local
194 ASSERT_GE(collected_metrics->metric_descriptor_map.size(), 2); in TEST()
[all …]
DBUILD41 name = "collected_metrics",
43 "collected_metrics.h",
57 ":collected_metrics",
220 "collected_metrics.h",
247 "collected_metrics.h",
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.cc50 xrt::MetricsReport collected_metrics = in Compute() local
53 output.scalar<tstring>()() = collected_metrics.SerializeAsString(); in Compute()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc279 auto collected_metrics = collection_registry->CollectMetrics(options); in CollectMetrics() local
281 for (auto& name_pointset : collected_metrics->point_set_map) { in CollectMetrics()
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_v1.py1079 collected_metrics = []
1081 collected_metrics.extend(layer._metrics)
1082 return collected_metrics
Dbase_layer.py1644 collected_metrics = []
1647 collected_metrics.extend(layer._metrics)
1648 return collected_metrics
/external/tensorflow/tensorflow/core/
DBUILD1362 "//tensorflow/core/lib/monitoring:collected_metrics",