Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dmonitoring_test.py53 gauge = monitoring.IntGauge('test/gauge', 'test gauge')
59 gauge1 = monitoring.IntGauge('test/gauge1', 'test gauge1', 'label1')
Dmonitoring.py226 class IntGauge(Metric): class
244 super(IntGauge, self).__init__('IntGauge', _int_gauge_methods, len(labels),
249 return IntGaugeCell(super(IntGauge, self).get_cell(*labels))
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py3621 distribution_strategy_replica_gauge = monitoring.IntGauge(