Class ScatterNdUpdate

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class ScatterNdUpdate : public mindspore::ops::BaseOperator

Updates tensor values by using input indices and value. Refer to Python API mindspore.ops.ScatterNdUpdate for more details.

Public Functions

inline ScatterNdUpdate()

Constructor.

void Init(const bool use_locking = false)

Init.