Random Gumbel Distribution
rand_gumbel(shape, dtype = default_override_or(np$float32), loc = 0, scale = 1, seed = AUTO_SELECT_SEED, name = name)
shape | - list of ints representing tensor shape |
---|---|
dtype | - data type to be used ("float32", "float64", or "auto") |
scale | - scale of the distribution |
seed | - pseudo random number generator seed |
name | - name of the Function instance in the network |