Home
last modified time | relevance | path

Searched refs:test_string_gauge (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dcell_reader_test.cc63 auto* test_string_gauge = monitoring::Gauge<std::string, 0>::New( variable
950 test_string_gauge->GetCell()->Set("gauge value"); in TEST()
953 test_string_gauge->GetCell()->Set("Updated gauge value"); in TEST()
956 test_string_gauge->GetCell()->Set(""); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dmonitoring_test.py59 def test_string_gauge(self): member in MonitoringTest