Home
last modified time | relevance | path

Searched refs:StringGauge (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dmonitoring_test.py64 gauge = monitoring.StringGauge('test/gauge', 'test gauge')
70 gauge1 = monitoring.StringGauge('test/gauge1', 'test gauge1', 'label1')
Dmonitoring.py281 class StringGauge(Metric): class
299 super(StringGauge, self).__init__('StringGauge', _string_gauge_methods,
304 return StringGaugeCell(super(StringGauge, self).get_cell(*labels))
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py3618 distribution_strategy_gauge = monitoring.StringGauge(