public class OvType : Type
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 |
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) |