enum ov::op::v12::ScatterElementsUpdate::Reduction

Lists the supported reduction types for this version of the operator. See the specification for the description of how reduction works with ScatterElementsUpdate.

#include <scatter_elements_update.hpp>

enum Reduction
{
    NONE,
    SUM,
    PROD,
    MIN,
    MAX,
    MEAN,
};