MCPcopy 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_samplerMethod · 0.95

Calls 2

SamplerCellClass · 0.70
get_cellMethod · 0.45

Tested by 1

test_samplerMethod · 0.76