enum ov::op::v4::Interpolate::ShapeCalcMode¶
Overview¶
PartialShape calculation mode. More…
#include <interpolate.hpp>
enum ShapeCalcMode
{
SIZES,
SCALES,
OPENVINO_ENUM_DEPRECATED =("Please use SCALES instead") = SCALES,
};
Detailed Documentation¶
PartialShape calculation mode.
sizes - output shape for interpolated axes is calculated using input sizes
scales - output shape for interpolated axes is calculated using input scales