ScatterND

Description

Creates a copy of data and updates the data in the specified indices based on updates.

Input

Three inputs:

data: tensor of type float16 or float, of rank r>= 1.

indices: tensor of type int64, with rank q >= 1.

updates: tensor of type float16 or float, of type rank = q + r - indices_shape[-1] - 1.

Output

One output:

y: tensor of the identical data type and shape as the input data.

ONNX Opset Support

Opset v11/v12/v13/v14/v15/v16/v17/v18