根据updates和indices来更新data的值,并把结果返回。
【输入】
1个输入
data: tensor,数据类型是float16,float,int32
indices:tensor,数据类型是int32、int64
updates:tensor,数据类型同data
【输出】
一个输出
y:一个张量,和输入x同样的shape和dtype
【属性】
axis:int,默认是0,表示沿axis取数据
Opset v11/v12/v13