MultinomialΒΆ
Generate a tensor of samples from a multinomial distribution according to the probabilities of each of the possible outcomes.
Abstract Signature:
Multinomial(input, dtype: int, sample_size: int, seed: float)
Generate a tensor of samples from a multinomial distribution according to the probabilities of each of the possible outcomes.
Abstract Signature:
Multinomial(input, dtype: int, sample_size: int, seed: float)