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

Method _uniform

tensorflow/python/ops/stateful_random_ops.py:456–458  ·  view source on GitHub ↗
(self, shape, dtype)

Source from the content-addressed store, hash-verified

454 return math_ops.add(mul, mean_tensor, name=name)
455
456 def _uniform(self, shape, dtype):
457 return gen_stateful_random_ops.stateful_uniform(
458 self.state.handle, self.algorithm, shape=shape, dtype=dtype)
459
460 def uniform(self, shape, minval=0, maxval=None,
461 dtype=dtypes.float32, name=None):

Callers 2

uniformMethod · 0.95
new_uniformMethod · 0.80

Calls

no outgoing calls

Tested by 1

new_uniformMethod · 0.64