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

Method count

tensorflow/python/keras/metrics.py:2433–2434  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2431
2432 @property
2433 def count(self):
2434 return self._count if self._built else None
2435
2436 def update_state(self, values, sample_weight=None):
2437 """Accumulates statistics for computing the element-wise mean.

Callers 15

einsumFunction · 0.45
count_bitsMethod · 0.45
string_formatFunction · 0.45
IsPythonReservedFunction · 0.45
IsOpWithUnderscorePrefixFunction · 0.45
PredictCostsMethod · 0.45
testCollectInputsMethod · 0.45
testCountMethod · 0.45
testSparseCountMethod · 0.45

Calls

no outgoing calls