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

Function random_normal_variable

tensorflow/tensorflow/python/keras/backend.py:1476–1510  ·  view source on GitHub ↗

Instantiates a variable with values drawn from a normal distribution. Arguments: shape: Tuple of integers, shape of returned Keras variable. mean: Float, mean of the normal distribution. scale: Float, standard deviation of the normal distribution. dtype: String, dtype of r

(shape, mean, scale, 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