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

Method get_cell

tensorflow/python/eager/monitoring.py:133–139  ·  view source on GitHub ↗

Retrieves the cell.

(self, *labels)

Source from the content-addressed store, hash-verified

131 deleter(metric)
132
133 def get_cell(self, *labels):
134 """Retrieves the cell."""
135 if len(labels) != self._label_length:
136 raise ValueError('The {} expects taking {} labels'.format(
137 self._metric_name, self._label_length))
138 return self._metric_methods[self._label_length].get_cell(
139 self._metric, *labels)
140
141
142class CounterCell(object):

Callers 15

__init__.pyFile · 0.45
__init__Method · 0.45
enable_eager_executionFunction · 0.45
disable_eager_executionFunction · 0.45
enable_v2_tensorshapeFunction · 0.45
disable_v2_tensorshapeFunction · 0.45
__init__Method · 0.45
get_cellMethod · 0.45
get_cellMethod · 0.45
get_cellMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected