Class ov::op::v3::ScatterUpdate#

class ScatterUpdate : public ov::op::util::ScatterBase#

Set new values to slices from data addressed by indices.

Public Functions

ScatterUpdate(const Output<Node> &data, const Output<Node> &indices, const Output<Node> &updates, const Output<Node> &axis)#

Constructs ScatterUpdate operator object.

Parameters:
  • data – The input tensor to be updated.

  • indices – The tensor with indexes which will be updated.

  • updates – The tensor with update values.

  • axis[in] The axis at which elements will be updated.

virtual bool has_evaluate() const override#

Allows to get information about availability of evaluate method for the current operation.