Home
last modified time | relevance | path

Searched defs:AddMetric (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dreporter.cc94 Status TestReporter::AddMetric(const string& name, double value) { in AddMetric() function in tensorflow::TestReporter
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Devent.cc96 bool Event::AddMetric(const std::string& metric_name, in AddMetric() function in metrics::structured::Event
/aosp_15_r20/art/odrefresh/
H A Dodr_metrics_record.cc97 void AddMetric(tinyxml2::XMLElement* parent, const char* name, const T& value) { in AddMetric() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_layer.py3227 class AddMetric(Layer): class