Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
class
IntGaugeCell(object):
Callers
2
test_counter
Method · 0.95
test_multiple_counters
Method · 0.95
Calls
2
CounterCell
Class · 0.70
get_cell
Method · 0.45
Tested by
2
test_counter
Method · 0.76
test_multiple_counters
Method · 0.76