Files

16 lines
322 B
C++
Raw Permalink Normal View History

// Copyright (C) 2018-2025 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include "openvino/op/ops.hpp"
namespace ov {
namespace opset10 {
#define _OPENVINO_OP_REG(a, b) using b::a;
#include "openvino/opsets/opset10_tbl.hpp"
#undef _OPENVINO_OP_REG
} // namespace opset10
} // namespace ov