struct ov::frontend::type::Tensor

#include <decoder.hpp>

struct Tensor
{
    // fields

    Any element_type;

    // construction

    Tensor();
    Tensor(const Any& _element_type);
};