struct ngraph::op::ResampleIEAttrs

#include <interp.hpp>

struct ResampleIEAttrs
{
    // fields

    bool antialias = true;
    int64_t factor = 0;
    std::string mode = "";
};