enum ov::op::util::InterpolateBase::ShapeCalcMode

Overview

PartialShape calculation mode. More…

#include <interpolate_base.hpp>

enum ShapeCalcMode
{
    SIZES,
    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