openvino.runtime.opset6.scatter_nd_update

openvino.runtime.opset6.scatter_nd_update(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], indices: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], updates: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.Node

Return a node which performs ScatterNDUpdate.

Parameters
  • data – Node input representing the tensor to be updated.

  • indices – Node input representing the indices at which updates will be applied.

  • updates – Node input representing the updates to be applied.

  • name – Optional name for the output node.

Returns

New node performing the ScatterNDUpdate.