enum ov::op::util::InterpolateBase::NearestMode

Rounding modes for the NEAREST interpolation.

#include <interpolate_base.hpp>

enum NearestMode
{
    ROUND_PREFER_FLOOR,
    ROUND_PREFER_CEIL,
    FLOOR,
    CEIL,
    SIMPLE,
};