Element types¶
Overview¶
OpenVINO Element API to work with OpenVINO element types More…
// enums
enum ov::element::Type_t;
// classes
class ov::element::Type;
// global functions
constexpr Type ov::element::undefined(Type_t::undefined);
constexpr Type ov::element::dynamic(Type_t::dynamic);
constexpr Type ov::element::boolean(Type_t::boolean);
constexpr Type ov::element::bf16(Type_t::bf16);
constexpr Type ov::element::f16(Type_t::f16);
constexpr Type ov::element::f32(Type_t::f32);
constexpr Type ov::element::f64(Type_t::f64);
constexpr Type ov::element::i4(Type_t::i4);
constexpr Type ov::element::i8(Type_t::i8);
constexpr Type ov::element::i16(Type_t::i16);
constexpr Type ov::element::i32(Type_t::i32);
constexpr Type ov::element::i64(Type_t::i64);
constexpr Type ov::element::u1(Type_t::u1);
constexpr Type ov::element::u4(Type_t::u4);
constexpr Type ov::element::u8(Type_t::u8);
constexpr Type ov::element::u16(Type_t::u16);
constexpr Type ov::element::u32(Type_t::u32);
constexpr Type ov::element::u64(Type_t::u64);
Detailed Documentation¶
OpenVINO Element API to work with OpenVINO element types
Global Functions¶
constexpr Type ov::element::undefined(Type_t::undefined)
undefined element type
constexpr Type ov::element::dynamic(Type_t::dynamic)
dynamic element type
constexpr Type ov::element::boolean(Type_t::boolean)
boolean element type
constexpr Type ov::element::bf16(Type_t::bf16)
bf16 element type
constexpr Type ov::element::f16(Type_t::f16)
f16 element type
constexpr Type ov::element::f32(Type_t::f32)
f32 element type
constexpr Type ov::element::f64(Type_t::f64)
f64 element type
constexpr Type ov::element::i4(Type_t::i4)
i4 element type
constexpr Type ov::element::i8(Type_t::i8)
i8 element type
constexpr Type ov::element::i16(Type_t::i16)
i16 element type
constexpr Type ov::element::i32(Type_t::i32)
i32 element type
constexpr Type ov::element::i64(Type_t::i64)
i64 element type
constexpr Type ov::element::u1(Type_t::u1)
binary element type
constexpr Type ov::element::u4(Type_t::u4)
u4 element type
constexpr Type ov::element::u8(Type_t::u8)
u8 element type
constexpr Type ov::element::u16(Type_t::u16)
u16 element type
constexpr Type ov::element::u32(Type_t::u32)
u32 element type
constexpr Type ov::element::u64(Type_t::u64)
u64 element type