Home
last modified time | relevance | path

Searched refs:metric_value (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h168 const CallMetricValue& metric_value) { in InsertCallMetric() argument
169 return call_metrics_.insert({metric_name, metric_value}).second; in InsertCallMetric()
Dload_reporter.cc322 const CallMetricValue& metric_value = p.second; in GenerateLoads() local
326 metric_value.num_calls()); in GenerateLoads()
328 metric_value.total_metric_value()); in GenerateLoads()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py768 metric_value = (actual_count_tid, expected_count_tid)
770 self.vlog.metrics = [firmware_log.Metric(metric_name, metric_value)]
922 metric_value = (actual_count_packets, expected_count_packets)
924 self.vlog.metrics = [firmware_log.Metric(metric_name, metric_value)]
957 metric_value = (actual_relative_motion, expected_relative_motion)
959 self.vlog.metrics = [firmware_log.Metric(metric_name, metric_value)]
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py299 metric_value = metric_value_fn(distribution, *a)
302 metric_value = metric_value_fn(distribution, *a)
306 metric_value = metric_value_fn(distribution, *a)
308 ops.add_to_collections(metrics_collections, metric_value)
309 return metric_value
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_test.py383 metric_value = sess.run(outputs[metrics_value_op_key])
388 self.assertAllClose(ref_mae, metric_value, atol=1e-05)
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md885 for metric_name, metric_value in names_to_values.iteritems():
886 op = tf.summary.scalar(metric_name, metric_value)
887 op = tf.Print(op, [metric_value], metric_name)