MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_cell

Method get_cell

tensorflow/python/eager/monitoring.py:233–235  ·  view source on GitHub ↗

Retrieves the cell.

(self, *labels)

Source from the content-addressed store, hash-verified

231 name, description, *labels)
232
233 def get_cell(self, *labels):
234 """Retrieves the cell."""
235 return IntGaugeCell(super(IntGauge, self).get_cell(*labels))
236
237
238class StringGaugeCell(object):

Callers 1

test_int_gaugeMethod · 0.95

Calls 2

IntGaugeCellClass · 0.85
get_cellMethod · 0.45

Tested by 1

test_int_gaugeMethod · 0.76