enum ngraph::reduction::Type

#include <distributed.hpp>

enum Type
{
    SUM,
    PROD,
    MIN,
    MAX,
};