返回Multinomial采样结果矩阵
【输入】
1个输入
x:tensor,shape=[batch_size, class_size],数据类型:float16、float32
【输出】
一个输出
y:一个张量,shape=[batch_size, sample_size],输出type是int32、int64
【属性】
dtype:int,默认为6,含义:输出dtype,默认为int32
sample_size:int,默认为1,含义:采样次数
seed:float,随机数种子
Opset v8/v9/v10/v11/v12/v13