enum ov::op::v4::Interpolate::InterpolateMode¶
Overview¶
Interpolation mode. More…
#include <interpolate.hpp>
enum InterpolateMode
{
NEAREST,
LINEAR,
LINEAR_ONNX,
CUBIC,
OPENVINO_ENUM_DEPRECATED =("Please use CUBIC instead") = CUBIC,
};
Detailed Documentation¶
Interpolation mode.
nearest - nearest interpolation linear - linear interpolation as in TensorFlow linear_onnx - linear interpolation as in ONNX cubic - cubic interpolation