enum ov::op::v4::Interpolate::NearestMode

Round modes for the nearest interpolation.

#include <interpolate.hpp>

enum NearestMode
{
    ROUND_PREFER_FLOOR,
    ROUND_PREFER_CEIL,
    FLOOR,
    CEIL,
    SIMPLE,
    OPENVINO_ENUM_DEPRECATED =("Please use SIMPLE instead") = SIMPLE,
};