This symbol is a type alias.
Source:
Seed = Union[
int,
Sequence[int],
tensorflow.python.framework.tensor.Tensor,
tensorflow.python.framework.sparse_tensor.SparseTensor,
tensorflow.python.ops.ragged.ragged_tensor.RaggedTensor,
tensorflow.python.framework.ops.EagerTensor,
numpy.ndarray,
float,
str,
bool
]