Initializer that generates tensors with constant values.
Creates a Constant initializer with a given constantValue.
Adds an Assign Op to the graph to initialize a tensorflow variable as specified by the initializer.
Assign
Returns a Tensor object initialized as specified by the initializer.
Constant value to fill the tensor.