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: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
238
class
StringGaugeCell(object):
Callers
1
test_int_gauge
Method · 0.95
Calls
2
IntGaugeCell
Class · 0.85
get_cell
Method · 0.45
Tested by
1
test_int_gauge
Method · 0.76