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

Method mean

tensorflow/python/ops/distributions/distribution.py:991–994  ·  view source on GitHub ↗

Mean.

(self, name="mean")

Source from the content-addressed store, hash-verified

989 type(self).__name__))
990
991 def mean(self, name="mean"):
992 """Mean."""
993 with self._name_scope(name):
994 return self._mean()
995
996 def _quantile(self, value):
997 raise NotImplementedError("quantile is not implemented: {}".format(

Callers 15

testVarsMethod · 0.45
testMetricsCollectionMethod · 0.45
testUpdatesCollectionMethod · 0.45
testBasicMethod · 0.45
testUnweightedMethod · 0.45
_test_3d_weightedMethod · 0.45
testInvalidWeightsMethod · 0.45
testMultipleUpdatesMethod · 0.45

Calls 2

_name_scopeMethod · 0.95
_meanMethod · 0.95

Tested by 15

testVarsMethod · 0.36
testMetricsCollectionMethod · 0.36
testUpdatesCollectionMethod · 0.36
testBasicMethod · 0.36
testUnweightedMethod · 0.36
_test_3d_weightedMethod · 0.36
testInvalidWeightsMethod · 0.36
testMultipleUpdatesMethod · 0.36