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

Method _stddev

tensorflow/python/ops/distributions/uniform.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 return math_ops.square(self.range()) / 12.
206
207 def _stddev(self):
208 return self.range() / math.sqrt(12.)

Callers

nothing calls this directly

Calls 1

rangeMethod · 0.95

Tested by

no test coverage detected