enum ov::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,
OPENVINO_ENUM_DEPRECATED =("Please use ALIGN_CORNERS instead") = ALIGN_CORNERS,
};
Detailed Documentation¶
Mode of the calculation of the source coordinate from resized one.
These modes are modes from ONNX runtime.