MCPcopy Create free account
hub / github.com/alibaba/nann / random_uniform_variable

Function random_uniform_variable

tensorflow/tensorflow/python/keras/backend.py:1439–1472  ·  view source on GitHub ↗

Instantiates a variable with values drawn from a uniform distribution. Arguments: shape: Tuple of integers, shape of returned Keras variable. low: Float, lower boundary of the output interval. high: Float, upper boundary of the output interval. dtype: String, dtype of retu

(shape, low, high, dtype=None, name=None, seed=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

floatxFunction · 0.85
variableFunction · 0.70

Tested by

no test coverage detected