initialize
Returns a Tensor object initialized as specified by the initializer.
Parameters
fanIn
The maximum number of inputs that an initializer can accept.
fanOut
The maximum number of inputs that the output of an initializer can feed to other steps.
tf
Tensorflow Ops Accessor.
shape
Shape of the tensor.
name
Initializer name.