An array of integers defining the output tensor shape.
A random number generator function which is called for each element in the output tensor.
Optional
dtype: keyof DataTypeMapThe data type of the output tensor. Defaults to 'float32'.
Generated using TypeDoc
Creates a
tf.Tensor
with values sampled from a random number generator function defined by the user.