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