ngraph.impl.Type

class ngraph.impl.Type

Bases: pybind11_builtins.pybind11_object

ngraph.impl.Type wraps ngraph::element::Type

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(*args, **kwargs)

Initialize self.

get_type_name(self)

Attributes

bf16

bitwidth

boolean

f16

f32

f64

i16

i32

i64

i8

is_real

u1

u16

u32

u64

u8

get_type_name(self: _pyngraph.Type) → str