Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dreporter_test.cc146 TF_EXPECT_OK(test_reporter.AddMetric("metric1", 2.0)); in TEST()
147 TF_EXPECT_OK(test_reporter.AddMetric("metric2", 3.0)); in TEST()
Dreporter.h115 Status AddMetric(const string& name, double value);
Dreporter.cc94 Status TestReporter::AddMetric(const string& name, double value) { in AddMetric() function in tensorflow::TestReporter
/external/tensorflow/tensorflow/python/keras/
Dmodels.py30 from tensorflow.python.keras.engine.base_layer import AddMetric
68 layer for layer in ancillary_layers if isinstance(layer, AddMetric)
72 layer for layer in ancillary_layers if not isinstance(layer, AddMetric)
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py3281 class AddMetric(Layer): class
3290 super(AddMetric, self).__init__(**kwargs)
3299 config = super(AddMetric, self).get_config()
Dfunctional.py868 add_metric_layer = base_layer.AddMetric(