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

Method value

tensorflow/python/eager/monitoring.py:161–163  ·  view source on GitHub ↗

Retrieves the current value.

(self)

Source from the content-addressed store, hash-verified

159 pywrap_tensorflow.TFE_MonitoringCounterCellIncrementBy(self._cell, value)
160
161 def value(self):
162 """Retrieves the current value."""
163 return pywrap_tensorflow.TFE_MonitoringCounterCellValue(self._cell)
164
165
166class Counter(Metric):

Callers 7

test_counterMethod · 0.45
test_int_gaugeMethod · 0.45
test_string_gaugeMethod · 0.45
test_bool_gaugeMethod · 0.45
test_samplerMethod · 0.45
fnMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_counterMethod · 0.36
test_int_gaugeMethod · 0.36
test_string_gaugeMethod · 0.36
test_bool_gaugeMethod · 0.36
test_samplerMethod · 0.36
fnMethod · 0.36