enum ov::op::MVNEpsMode

Specifies how eps is applied in MVN.

#include <mvn.hpp>

enum MVNEpsMode
{
    INSIDE_SQRT,
    OUTSIDE_SQRT,
};