struct ngraph::runtime::reference::InterpolateEvalHelper::InfoForLinearMode

#include <interpolate.hpp>

struct InfoForLinearMode
{
    // fields

    bool antialias;
    float prod_a;
    std::vector<float> a;
    std::vector<int64_t> r;
    Shape shape_for_indeces;
};