enum ngraph::op::v4::Interpolate::CoordinateTransformMode

Overview

Mode of the calculation of the source coordinate from resized one. More…

#include <interpolate.hpp>

enum CoordinateTransformMode
{
    half_pixel,
    pytorch_half_pixel,
    asymmetric,
    tf_half_pixel_for_nn,
    align_corners,
};

Detailed Documentation

Mode of the calculation of the source coordinate from resized one.

These modes are modes from ONNX runtime.