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

Method increase_by

tensorflow/python/eager/monitoring.py:153–159  ·  view source on GitHub ↗

Atomically increments the value. Args: value: non-negative value.

(self, value)

Source from the content-addressed store, hash-verified

151 self._cell = cell
152
153 def increase_by(self, value):
154 """Atomically increments the value.
155
156 Args:
157 value: non-negative value.
158 """
159 pywrap_tensorflow.TFE_MonitoringCounterCellIncrementBy(self._cell, value)
160
161 def value(self):
162 """Retrieves the current value."""

Callers 4

__init__Method · 0.80
__init__Method · 0.80
test_counterMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_counterMethod · 0.64