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:427–429 ·
view source on GitHub ↗
Retrieves the cell.
(self, *labels)
Source
from the content-addressed store, hash-verified
425
name, buckets.buckets, description, *labels)
426
427
def
get_cell(self, *labels):
428
""
"Retrieves the cell."
""
429
return
SamplerCell(super(Sampler, self).get_cell(*labels))
Callers
1
test_sampler
Method · 0.95
Calls
2
SamplerCell
Class · 0.70
get_cell
Method · 0.45
Tested by
1
test_sampler
Method · 0.76