Skip to content

Commit 9acbf2f

Browse files
committed
Update OpenVINO headers to match the correct OpenVINO binary version used (2025.1.0)
1 parent 2693d04 commit 9acbf2f

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

Source/ThirdParty/OpenVino/Internal/openvino/c/ov_common.h

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#ifdef __cplusplus
3434
# define OPENVINO_C_API_EXTERN extern "C"
3535
#else
36-
# define OPENVINO_C_API_EXTERN
36+
# define OPENVINO_C_API_EXTERN extern
3737
#endif
3838

3939
#if defined(OPENVINO_STATIC_LIBRARY) || defined(__GNUC__) && (__GNUC__ < 4)
@@ -169,33 +169,33 @@ typedef enum {
169169
* src/core/include/openvino/core/type/element_type.hpp
170170
*/
171171
typedef enum {
172-
UNDEFINED = 0U, //!< Undefined element type
173-
DYNAMIC, //!< Dynamic element type
174-
BOOLEAN, //!< boolean element type
175-
BF16, //!< bf16 element type
176-
F16, //!< f16 element type
177-
F32, //!< f32 element type
178-
F64, //!< f64 element type
179-
I4, //!< i4 element type
180-
I8, //!< i8 element type
181-
I16, //!< i16 element type
182-
I32, //!< i32 element type
183-
I64, //!< i64 element type
184-
U1, //!< binary element type
185-
U2, //!< u2 element type
186-
U3, //!< u3 element type
187-
U4, //!< u4 element type
188-
U6, //!< u6 element type
189-
U8, //!< u8 element type
190-
U16, //!< u16 element type
191-
U32, //!< u32 element type
192-
U64, //!< u64 element type
193-
NF4, //!< nf4 element type
194-
F8E4M3, //!< f8e4m3 element type
195-
F8E5M3, //!< f8e5m2 element type
196-
STRING, //!< string element type
197-
F4E2M1, //!< f4e2m1 element type
198-
F8E8M0, //!< f8e8m0 element type
172+
UNDEFINED = 0U, //!< Undefined element type
173+
DYNAMIC = UNDEFINED, //!< Dynamic element type
174+
BOOLEAN, //!< boolean element type
175+
BF16, //!< bf16 element type
176+
F16, //!< f16 element type
177+
F32, //!< f32 element type
178+
F64, //!< f64 element type
179+
I4, //!< i4 element type
180+
I8, //!< i8 element type
181+
I16, //!< i16 element type
182+
I32, //!< i32 element type
183+
I64, //!< i64 element type
184+
U1, //!< binary element type
185+
U2, //!< u2 element type
186+
U3, //!< u3 element type
187+
U4, //!< u4 element type
188+
U6, //!< u6 element type
189+
U8, //!< u8 element type
190+
U16, //!< u16 element type
191+
U32, //!< u32 element type
192+
U64, //!< u64 element type
193+
NF4, //!< nf4 element type
194+
F8E4M3, //!< f8e4m3 element type
195+
F8E5M3, //!< f8e5m2 element type
196+
STRING, //!< string element type
197+
F4E2M1, //!< f4e2m1 element type
198+
F8E8M0, //!< f8e8m0 element type
199199
} ov_element_type_e;
200200

201201
/**

Source/ThirdParty/OpenVino/Internal/openvino/c/ov_remote_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2022 Intel Corporation
1+
// Copyright (C) 2018-2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

0 commit comments

Comments
 (0)