Retrieves the current value.
(self)
| 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 | |
| 166 | class Counter(Metric): |
no outgoing calls