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

Method set

tensorflow/python/eager/monitoring.py:201–207  ·  view source on GitHub ↗

Atomically set the value. Args: value: integer value.

(self, value)

Source from the content-addressed store, hash-verified

199 self._cell = cell
200
201 def set(self, value):
202 """Atomically set the value.
203
204 Args:
205 value: integer value.
206 """
207 pywrap_tensorflow.TFE_MonitoringIntGaugeCellSet(self._cell, value)
208
209 def value(self):
210 """Retrieves the current value."""

Callers 15

__init__.pyFile · 0.45
testParallelRunMethod · 0.45
thread_fnMethod · 0.45
test_int_gaugeMethod · 0.45
test_string_gaugeMethod · 0.45

Calls

no outgoing calls

Tested by 15

testParallelRunMethod · 0.36
thread_fnMethod · 0.36
test_int_gaugeMethod · 0.36
test_string_gaugeMethod · 0.36
test_bool_gaugeMethod · 0.36
StopOnEventFunction · 0.36
RaiseOnEventFunction · 0.36