Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

OvType Class

The class of data type, mainly used for model data types.

Definition

Namespace: OpenVinoSharp
Assembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
C#
public class OvType : Type
Inheritance
Object    Type    OvType

Remarks

OvType inherits from element. Type

Constructors

OvType(ElementType) OvType constructor, initializing element. Type
OvType(OvType) OvType copy constructor, initializing element. Type
OvType(String) OvType constructor, initializing element.Type through data type string

Methods

bitwidth Obtain the size of the current data type
(Inherited from Type)
c_type_string Get type full name string.
(Inherited from Type)
get_type Get data type.
(Inherited from Type)
get_type_name Get abbreviated name.
(Inherited from Type)
hash Get type number.
(Inherited from Type)
is_integral Determine whether it is a real number
(Inherited from Type)
is_integral_number Determine whether the current data type is integral number.
(Inherited from Type)
is_quantized Determine whether the current data is of quantum type
(Inherited from Type)
is_real Determine whether the current data type is real.
(Inherited from Type)
is_signed Determine whether the current data type is signed.
(Inherited from Type)
is_static Determine whether the current data type is static.
(Inherited from Type)
size Get data type length.
(Inherited from Type)
to_string Convert data type to string
(Inherited from Type)

Fields

m_type data type, defined based on Type_t.
(Inherited from Type)

See Also