enum ov::op::v9::GridSample::InterpolationMode

#include <grid_sample.hpp>

enum InterpolationMode
{
    BILINEAR,
    BICUBIC,
    NEAREST,
};