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

Method get_cell

tensorflow/python/eager/monitoring.py:284–286  ·  view source on GitHub ↗

Retrieves the cell.

(self, *labels)

Source from the content-addressed store, hash-verified

282 len(labels), name, description, *labels)
283
284 def get_cell(self, *labels):
285 """Retrieves the cell."""
286 return StringGaugeCell(super(StringGauge, self).get_cell(*labels))
287
288
289class BoolGaugeCell(object):

Callers 1

test_string_gaugeMethod · 0.95

Calls 2

StringGaugeCellClass · 0.85
get_cellMethod · 0.45

Tested by 1

test_string_gaugeMethod · 0.76