OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
#include <interpolate.hpp> struct InfoForLinearMode { // fields bool antialias; float prod_a; std::vector<float> a; std::vector<int64_t> r; Shape shape_for_indeces; };