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

Method get_cell

tensorflow/python/eager/monitoring.py:185–187  ·  view source on GitHub ↗

Retrieves the cell.

(self, *labels)

Source from the content-addressed store, hash-verified

183 name, description, *labels)
184
185 def get_cell(self, *labels):
186 """Retrieves the cell."""
187 return CounterCell(super(Counter, self).get_cell(*labels))
188
189
190class IntGaugeCell(object):

Callers 2

test_counterMethod · 0.95

Calls 2

CounterCellClass · 0.70
get_cellMethod · 0.45

Tested by 2

test_counterMethod · 0.76