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

Method _mean

tensorflow/python/ops/distributions/distribution.py:987–989  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

985 return self._entropy()
986
987 def _mean(self):
988 raise NotImplementedError("mean is not implemented: {}".format(
989 type(self).__name__))
990
991 def mean(self, name="mean"):
992 """Mean."""

Callers 1

meanMethod · 0.95

Calls 2

typeFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected